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 7b137ff commit 9c739e2Copy full SHA for 9c739e2
CHANGES
@@ -1,3 +1,7 @@
1
+* 1.2.5
2
+
3
+- Updated dependency of clj-oauth to 1.2.10.
4
5
* 1.2.4
6
7
- Updated dependency of clj-oauth to 1.2.9.
project.clj
@@ -1,6 +1,6 @@
-(defproject clojure-twitter "1.2.6-SNAPSHOT"
+(defproject clojure-twitter "1.2.8"
:description "Twitter Client API for Clojure"
- :dependencies [[org.clojure/clojure "1.3.0"]
+ :dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/data.json "0.1.2"]
- [clj-oauth "1.3.1-SNAPSHOT"]
+ [clj-oauth "1.4.1"]
[org.clojars.tavisrudd/clj-apache-http "2.3.2-SNAPSHOT"]])
0 commit comments