Use GA version of the Java driver
This commit is contained in:
parent
096ba46bcd
commit
2be051289f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.mongodb/mongo-java-driver "3.0.0-beta2"]
|
||||
[org.mongodb/mongo-java-driver "3.0.1"]
|
||||
[clojurewerkz/support "1.1.0"]]
|
||||
:test-selectors {:default (fn [m]
|
||||
(and (not (:performance m))
|
||||
|
|
|
|||
Loading…
Reference in a new issue