From 4ac488622fa99758d73a4e6050eb23da70fd8c6e Mon Sep 17 00:00:00 2001 From: Aphyr Date: Fri, 26 Oct 2012 00:24:15 -0700 Subject: [PATCH] Dependency update: clojure 1.4, http 0.5.6, json 0.5.1 --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 6ed51c8..f25ea51 100644 --- a/project.clj +++ b/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"]])