Skip to content

Commit

Permalink
Bumped Clojure and bouncycastle versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drone29a committed Jan 19, 2016
1 parent bfecbbc commit d4a7518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:distribution :repo
:comments "same as Clojure"}
:description "OAuth support for Clojure"
:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.7.0"]
[commons-codec/commons-codec "1.8"]
[org.bouncycastle/bcprov-jdk15on "1.50"]
[org.bouncycastle/bcpkix-jdk15on "1.50"]
[org.bouncycastle/bcprov-jdk15on "1.54"]
[org.bouncycastle/bcpkix-jdk15on "1.54"]
[clj-http "1.0.1"]])

0 comments on commit d4a7518

Please sign in to comment.