Permalink
Browse files

Depend on clojure-contrib 1.1.0 final.

  • Loading branch information...
1 parent 4eedbc9 commit 5e7610920ee7df4e490eb9ae63bd26cf2593a146 @mmcgrana committed Jan 27, 2010
Showing with 3 additions and 2 deletions.
  1. +3 −2 project.clj
View
5 project.clj
@@ -2,13 +2,14 @@
:description "A Clojure web applications library."
:url "http://github.com/mmcgrana/ring"
:dependencies [[org.clojure/clojure "1.1.0"]
- [org.clojure/clojure-contrib "1.1.0-master-SNAPSHOT"]
+ [org.clojure/clojure-contrib "1.1.0"]
[org.mortbay.jetty/jetty "6.1.14"]
[org.mortbay.jetty/jetty-util "6.1.14"]
[org.mortbay.jetty/servlet-api-2.5 "6.1.14"]
[org.apache.httpcomponents/httpcore "4.0.1"]
[org.apache.httpcomponents/httpcore-nio "4.0.1"]
[clj-html "0.1.0-SNAPSHOT"]
[clj-stacktrace "0.1.0-SNAPSHOT"]]
- :repositories [["mvnrepository" "http://mvnrepository.com/"]]
+ :repositories [["mvnrepository" "http://mvnrepository.com/"]
+ ["clojure-releases" "http://build.clojure.org/releases"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])

0 comments on commit 5e76109

Please sign in to comment.