Skip to content

Commit

Permalink
Increased minor version, depend on newer clj-oauth.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Revelle committed Mar 11, 2010
1 parent d00c115 commit fd42641
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project.clj
@@ -1,8 +1,7 @@
(defproject clojure-twitter "1.0.0-SNAPSHOT"
(defproject clojure-twitter "1.1.0-SNAPSHOT"
:description "Twitter Client API for Clojure"
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
;[clj-oauth "1.0.0-SNAPSHOT"]
[com.twinql.clojure/clj-apache-http "1.1.0"]]
:dev-dependencies [[org.clojure/swank-clojure "1.1.0"]]
)
[clj-oauth "1.1.0-SNAPSHOT"]
[com.twinql.clojure/clj-apache-http "2.0.0"]]
:dev-dependencies [[swank-clojure "1.1.0"]])

0 comments on commit fd42641

Please sign in to comment.