Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 9, 2018. It is now read-only.

Commit

Permalink
bump Ring dependency to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
datskos committed Jul 8, 2010
1 parent 0b9dc76 commit d1c25df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,9 +1,9 @@
(defproject ring-netty-adapter "0.0.2"
(defproject ring-netty-adapter "0.0.3"
:repositories [["JBoss" "http://repository.jboss.org/nexus/content/groups/public/"]]
:description "Ring Netty adapter"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[org.jboss.netty/netty "3.2.1.Final"]
[ring "0.2.4"]]
[ring "0.2.5"]]
:dev-dependencies [[swank-clojure "1.2.1"]]
:namespaces [ring.adapter.netty ring.adapter.plumbing])

0 comments on commit d1c25df

Please sign in to comment.