diff --git a/project.clj b/project.clj index f316739..fe2fb16 100644 --- a/project.clj +++ b/project.clj @@ -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"]])