Merge pull request #175 from Freezystem/patch-1

Upgrade mongo drivers to 3.8.0 GA version
This commit is contained in:
Michael Klishin 2018-12-01 03:49:54 +08:00 committed by GitHub
commit 60c922c0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.mongodb/mongodb-driver "3.6.0-beta2"]
[org.mongodb/mongodb-driver "3.8.0"]
[clojurewerkz/support "1.1.0"]]
:test-selectors {:default (fn [m]
(and (not (:performance m))