Skip to content

Commit

Permalink
Updated lein-clojars dependency to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 1, 2010
1 parent a09f810 commit 2a3548a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ring-core/project.clj
Expand Up @@ -7,4 +7,4 @@
[commons-io "1.4"]
[commons-fileupload "1.2.1"]
[javax.servlet/servlet-api "2.5"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
:dev-dependencies [[lein-clojars "0.6.0"]])
2 changes: 1 addition & 1 deletion ring-devel/project.clj
Expand Up @@ -4,4 +4,4 @@
:dependencies [[ring/ring-core "0.2.5"]
[hiccup "0.2.6"]
[clj-stacktrace "0.1.0"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
:dev-dependencies [[lein-clojars "0.6.0"]])
2 changes: 1 addition & 1 deletion ring-httpcore-adapter/project.clj
Expand Up @@ -4,4 +4,4 @@
:dependencies [[ring/ring-core "0.2.5"]
[org.apache.httpcomponents/httpcore "4.0.1"]
[org.apache.httpcomponents/httpcore-nio "4.0.1"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
:dev-dependencies [[lein-clojars "0.6.0"]])
2 changes: 1 addition & 1 deletion ring-jetty-adapter/project.clj
Expand Up @@ -5,4 +5,4 @@
[ring/ring-servlet "0.2.5"]
[org.mortbay.jetty/jetty "6.1.14"]
[org.mortbay.jetty/jetty-util "6.1.14"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
:dev-dependencies [[lein-clojars "0.6.0"]])
2 changes: 1 addition & 1 deletion ring-servlet/project.clj
Expand Up @@ -3,4 +3,4 @@
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.5"]
[javax.servlet/servlet-api "2.5"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
:dev-dependencies [[lein-clojars "0.6.0"]])

0 comments on commit 2a3548a

Please sign in to comment.