Merge pull request #17 from peat/clojure-1.4

All tests pass with Clojure 1.4
This commit is contained in:
Adam Wynne 2013-01-04 22:07:18 -08:00
commit e39358e9a0
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ This is an up-to-date twitter API wrapper that is based on the clojure http.asyn
##Leiningen
###NOTE: this library is fully tested under Clojure 1.3
###NOTE: this library is fully tested under Clojure 1.4
Just add the following to your project.clj file in the _dependencies_ section:

View file

@ -2,7 +2,7 @@
:description "full twitter interface"
:plugins [[lein-clojars "0.7.0"]
[lein-swank "1.4.4"]]
:dependencies [[org.clojure/clojure "1.3.0"]
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/data.json "0.2.1"]
[http.async.client "0.4.5"]
[org.clojars.adamwynne/clj-oauth "1.2.13"]])