Skip to content

Commit

Permalink
rpl-cli: upgrade to janusgraph:0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debug-ito committed Dec 5, 2019
1 parent bcfea74 commit 8d77ae5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion janusgraph-conf/gremlin-server.yaml
5 changes: 3 additions & 2 deletions net-spider-rpl-cli/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## 0.1.2.1 --

* Allow `net-spider-0.4.0.0`, `net-spider-rpl-0.4.0.0` and
`greskell-1.0.0.0`.
* docker-compose.yaml: Upgrade to janusgraph:0.4.0.
* Require `net-spider-0.4.0.0`, `net-spider-rpl-0.4.0.0` and
`greskell-1.0.0.0` to support janusgraph:0.4.0.

## 0.1.2.0 -- 2019-10-13

Expand Down
2 changes: 1 addition & 1 deletion net-spider-rpl-cli/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
db:
image: janusgraph/janusgraph:0.2.3
image: janusgraph/janusgraph:0.4.0
ports:
- "8182:8182"
volumes:
Expand Down
6 changes: 3 additions & 3 deletions net-spider-rpl-cli/net-spider-rpl-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ library
exposed-modules: NetSpider.RPL.CLI
-- other-modules:
build-depends: base >=4.11.1.0 && <4.13,
net-spider >=0.3.2.0 && <0.5,
net-spider-rpl >=0.2.2.0 && <0.5,
net-spider >=0.4.0.0 && <0.5,
net-spider-rpl >=0.4.0.0 && <0.5,
net-spider-cli >=0.2.0.0 && <0.3,
text >=1.2.2.2 && <1.3,
unordered-containers >=0.2.8 && <0.3,
greskell >=0.2.3 && <1.1,
greskell >=1.0.0.0 && <1.1,
optparse-applicative >=0.14.3.0 && <0.16,
monad-logger >=0.3.28.1 && <0.4,
time >=1.8.0.2 && <1.10
Expand Down

0 comments on commit 8d77ae5

Please sign in to comment.