version 0.7.0 release

This commit is contained in:
George Narroway 2022-10-04 19:12:29 +08:00
parent 8a94879c94
commit 46ca9d63df
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ For Leinengen, add this to your project.clj:
```clojure
;; The underlying driver -- any newer version can also be used
[org.mongodb/mongodb-driver-sync "4.7.1"]
[org.mongodb/mongodb-driver-sync "4.2.3"]
;; This wrapper library
[mongo-driver-3 "0.7.0"]

View file

@ -11,4 +11,4 @@
:plugins [[lein-cljfmt "0.6.4"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.11.1"]
[org.mongodb/mongodb-driver-sync "4.7.1"]]}})
[org.mongodb/mongodb-driver-sync "4.2.3"]]}})