Skip to content

Commit

Permalink
Dependency update: clojure 1.4, http 0.5.6, json 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Oct 26, 2012
1 parent 5284db5 commit 4ac4886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,5 +1,5 @@
(defproject clj-librato "0.0.2-SNAPSHOT"
:description "Clojure interface to the Librato service"
:dependencies [[org.clojure/clojure "1.2.1"]
[clj-http "0.1.3"]
[clj-json "0.4.0"]])
:dependencies [[org.clojure/clojure "1.4.0"]
[clj-http "0.5.6"]
[clj-json "0.5.1"]])

0 comments on commit 4ac4886

Please sign in to comment.