Skip to content

Commit

Permalink
Really truly use clj-http 0.4.0
Browse files Browse the repository at this point in the history
michaelklishin committed May 7, 2012
1 parent 28d7c15 commit 3f2e6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/data.json "0.1.2"]
[clj-http "0.3.6" :exclude [cheshire]]
[clj-http "0.4.0" :exclude [cheshire]]
[clojurewerkz/support "0.3.0"]]
:test-selectors {:default (fn [m] (and (not (:time-consuming m))
(not (:http-auth m))

0 comments on commit 3f2e6e0

Please sign in to comment.