We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00c115 commit fd42641Copy full SHA for fd42641
project.clj
@@ -1,8 +1,7 @@
1
-(defproject clojure-twitter "1.0.0-SNAPSHOT"
+(defproject clojure-twitter "1.1.0-SNAPSHOT"
2
:description "Twitter Client API for Clojure"
3
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
4
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
5
-;[clj-oauth "1.0.0-SNAPSHOT"]
6
- [com.twinql.clojure/clj-apache-http "1.1.0"]]
7
- :dev-dependencies [[org.clojure/swank-clojure "1.1.0"]]
8
- )
+ [clj-oauth "1.1.0-SNAPSHOT"]
+ [com.twinql.clojure/clj-apache-http "2.0.0"]]
+ :dev-dependencies [[swank-clojure "1.1.0"]])
0 commit comments