Updating http async to fix problem with uploading

This commit is contained in:
Chris Wilson 2014-03-20 12:01:01 +01:00
parent ac632fec84
commit 6ac62254ab

View file

@ -2,6 +2,6 @@
:description "full twitter interface"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/data.json "0.2.1"]
[http.async.client "0.5.0"]
[http.async.client "0.5.2"]
[clj-oauth "1.4.0"]]
:min-lein-version "2.0.0")