version 0.7.0 release
This commit is contained in:
parent
8a94879c94
commit
46ca9d63df
2 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]]}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue