Bump Leiningen requirement to 2.4.3 (uses HTTPS for Maven Central)
This commit is contained in:
parent
ef539f48c8
commit
0312ecd2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
(defproject com.novemberain/monger "2.1.0-SNAPSHOT"
|
(defproject com.novemberain/monger "2.1.0-SNAPSHOT"
|
||||||
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
||||||
:url "http://clojuremongodb.info"
|
:url "http://clojuremongodb.info"
|
||||||
:min-lein-version "2.4.2"
|
:min-lein-version "2.4.3"
|
||||||
:license {:name "Eclipse Public License"}
|
:license {:name "Eclipse Public License"}
|
||||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||||
[org.mongodb/mongo-java-driver "2.12.1"]
|
[org.mongodb/mongo-java-driver "2.12.1"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue