Skip to content

Commit

Permalink
Update Cheshire, clj-http, Clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 20, 2015
1 parent 2484ca6 commit 06d8005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Expand Up @@ -2,9 +2,9 @@
:url "http://clojureelasticsearch.info"
:description "Minimalistic fully featured well documented Clojure ElasticSearch client"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.6.0"]
[cheshire "5.4.0"]
[clj-http "1.1.2" :exclusions [org.clojure/clojure]]
:dependencies [[org.clojure/clojure "1.7.0"]
[cheshire "5.5.0"]
[clj-http "2.0.0" :exclusions [org.clojure/clojure]]
[clojurewerkz/support "1.1.0" :exclusions [com.google.guava/guava]]
;; used by the native client
[org.elasticsearch/elasticsearch "1.5.2"]]
Expand Down

0 comments on commit 06d8005

Please sign in to comment.