Skip to content

Commit

Permalink
Updated Clojure version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 14, 2011
1 parent 074afb7 commit f0eace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring-core/project.clj
@@ -1,7 +1,7 @@
(defproject ring/ring-core "0.3.11" (defproject ring/ring-core "0.3.11"
:description "Ring core libraries." :description "Ring core libraries."
:url "http://github.com/mmcgrana/ring" :url "http://github.com/mmcgrana/ring"
:dependencies [[org.clojure/clojure "1.2.0"] :dependencies [[org.clojure/clojure "1.2.1"]
[commons-codec "1.4"] [commons-codec "1.4"]
[commons-io "1.4"] [commons-io "1.4"]
[commons-fileupload "1.2.1"] [commons-fileupload "1.2.1"]
Expand Down

0 comments on commit f0eace3

Please sign in to comment.