From 7c57a2ec3c848816022b8db660a31b5912aef6ba Mon Sep 17 00:00:00 2001 From: Hugo Duncan Date: Fri, 11 Jul 2014 12:42:30 -0400 Subject: [PATCH] Update clj-http from 0.6.5 to 0.9.2 Update clj-http to a more recent version that contains fixes that are useful in leiningen plugins. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d7f348d4..dfd0698f 100644 --- a/project.clj +++ b/project.clj @@ -21,7 +21,7 @@ ;; bump versions of various common transitive deps [slingshot "0.10.3"] [cheshire "5.0.2"] - [clj-http "0.6.5" :exclusions [crouton]]] + [clj-http "0.9.2" :exclusions [crouton]]] ;; checkout-deps don't work with :eval-in :leiningen :profiles {:dev {:resource-paths ["leiningen-core/dev-resources"] :test-paths ["leiningen-core/test"]}