Depend on clj-time 0.3.2-SNAPSHOT, first 1.3-compatible release by the new maintainer
This commit is contained in:
parent
b4d4e55d57
commit
592451b2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@
|
||||||
[org.mongodb/mongo-java-driver "2.6.5"]
|
[org.mongodb/mongo-java-driver "2.6.5"]
|
||||||
[com.novemberain/validateur "1.0.0-SNAPSHOT"]]
|
[com.novemberain/validateur "1.0.0-SNAPSHOT"]]
|
||||||
:dev-dependencies [[org.clojure/data.json "0.1.2"]
|
:dev-dependencies [[org.clojure/data.json "0.1.2"]
|
||||||
[clj-time "0.3.1" :exclusions [org.clojure/clojure]]]
|
[clj-time "0.3.2-SNAPSHOT" :exclusions [org.clojure/clojure]]]
|
||||||
:dev-resources-path "test/resources"
|
:dev-resources-path "test/resources"
|
||||||
:warn-on-reflection true)
|
:warn-on-reflection true)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue