Depend on MongoDB Java client 2.12.0-rc0
This commit is contained in:
parent
e362d32b3a
commit
b66abf5a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
:min-lein-version "2.0.0"
|
||||
:license {:name "Eclipse Public License"}
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.mongodb/mongo-java-driver "2.11.3"]
|
||||
[org.mongodb/mongo-java-driver "2.12.0-rc0"]
|
||||
[clojurewerkz/support "0.20.0"]]
|
||||
:test-selectors {:default (fn [m]
|
||||
(and (not (:performance m))
|
||||
|
|
|
|||
Loading…
Reference in a new issue