Permalink
Browse files
Updated Clojure version to 1.2.0-RC1
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
ring-core/project.clj
|
|
@@ -1,8 +1,8 @@ |
|
|
(defproject ring/ring-core "0.3.0-beta1"
|
|
|
:description "Ring core libraries."
|
|
|
:url "http://github.com/mmcgrana/ring"
|
|
|
- :dependencies [[org.clojure/clojure "1.2.0-beta1"]
|
|
|
- [org.clojure/clojure-contrib "1.2.0-beta1"]
|
|
|
+ :dependencies [[org.clojure/clojure "1.2.0-RC1"]
|
|
|
+ [org.clojure/clojure-contrib "1.2.0-RC1"]
|
|
|
[commons-codec "1.4"]
|
|
|
[commons-io "1.4"]
|
|
|
[commons-fileupload "1.2.1"]
|
|
|
|
0 comments on commit
af245cc