upgraded deps, stick to schema 0.4.4 because of https://github.com/Prismatic/schema/issues/277

This commit is contained in:
Guillaume Buisson 2015-10-13 11:22:27 +02:00
parent 71156d767a
commit 09d13aff0d

View file

@ -3,10 +3,10 @@
:url "http://github.com/y42/clj-druid"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.7.0"]
[swiss-arrows "1.0.0"]
[clj-http "1.0.1"]
[prismatic/schema "0.4.2"]
[org.clojure/tools.logging "0.3.0"]
[org.clojure/data.json "0.2.5"]
[clj-http "2.0.0"]
[prismatic/schema "0.4.4"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/data.json "0.2.6"]
[zookeeper-clj "0.9.1"]])