summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-03 23:27:24 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-03 23:27:24 +0100
commit4ef36bcd05cf4572a26f3a7874170bd2e3d107e0 (patch)
tree0032882f724fc2df20a4d71636f8cc6e5f842797 /project.clj
parent41b5f9663759b86bb280dafd83470330dd37d63b (diff)
Update Ring dependency to 1.0.0-RC5.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 61e86b1..e331f81 100644
--- a/project.clj
+++ b/project.clj
@@ -29,7 +29,7 @@
;;[org.clojure.contrib/standalone "1.3.0-SNAPSHOT"]
;; Web app utilities
- [ring "1.0.0-RC1"]
+ [ring "1.0.0-RC5"]
[noir "1.2.1"]
[hiccup "0.3.7"]
[cssgen "0.2.5-SNAPSHOT"]