diff --git a/project.clj b/project.clj index 9f4925c..5aa398c 100644 --- a/project.clj +++ b/project.clj @@ -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")