Merge pull request #1596 from hugoduncan/feature/update-clj-http-to-0.9.2

Update clj-http from 0.6.5 to 0.9.2
This commit is contained in:
Jean Niklas L'orange 2014-07-11 21:02:00 +02:00
commit 2cfca444fe

View file

@ -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"]}