Permalink
Browse files
Updated Hiccup to 1.0.0-RC2
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
ring-core/project.clj
-
+1
−1
ring-devel/project.clj
|
|
@@ -1,4 +1,4 @@ |
|
|
-(defproject ring/ring-core "1.1.0-beta3"
|
|
|
+(defproject ring/ring-core "1.1.0-RC1"
|
|
|
:description "Ring core libraries."
|
|
|
:url "http://github.com/mmcgrana/ring"
|
|
|
:dependencies [[org.clojure/clojure "1.2.1"]
|
|
|
|
|
|
@@ -2,6 +2,6 @@ |
|
|
:description "Ring development and debugging libraries."
|
|
|
:url "http://github.com/mmcgrana/ring"
|
|
|
:dependencies [[ring/ring-core "1.1.0-beta3"]
|
|
|
- [hiccup "1.0.0-RC1"]
|
|
|
+ [hiccup "1.0.0-RC2"]
|
|
|
[clj-stacktrace "0.2.4"]
|
|
|
[ns-tracker "0.1.1"]])
|
0 comments on commit
c1cf66d