Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
The changes from 06bcc05 depend on the
changes from jepsen-io/jepsen@1146f08.
  • Loading branch information
visemet committed Jun 2, 2017
1 parent 9e142f8 commit e1b5491
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject jepsen.mongodb "0.2.1-SNAPSHOT"
:description "Jepsen MongoDB tests"
:url "https://github.com/aphyr/jepsen"
:url "https://github.com/jepsen-io/mongodb"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.cli "0.3.3"]
[jepsen "0.1.4-SNAPSHOT"]
[org.mongodb/mongodb-driver "3.4.0-rc1"]]
[org.clojure/tools.cli "0.3.5"]
[jepsen "0.1.6-SNAPSHOT"]
[org.mongodb/mongodb-driver "3.4.2"]]
:jvm-opts ["-Xmx16g"
"-Xms16g"
"-Xmn4g"
Expand Down

0 comments on commit e1b5491

Please sign in to comment.