Skip to content

Commit

Permalink
bump ring and httpclient deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Dec 13, 2010
1 parent 1d57598 commit f72caac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Expand Up @@ -4,10 +4,10 @@
:dependencies
[[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[org.apache.httpcomponents/httpclient "4.0.1"]
[org.apache.httpcomponents/httpclient "4.0.3"]
[commons-codec "1.4"]
[commons-io "1.4"]]
:dev-dependencies
[[swank-clojure "1.2.0"]
[ring/ring-jetty-adapter "0.2.5"]
[ring/ring-devel "0.2.5"]])
[ring/ring-jetty-adapter "0.3.5"]
[ring/ring-devel "0.3.5"]])

0 comments on commit f72caac

Please sign in to comment.