diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-12-03 23:27:24 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-12-03 23:27:24 +0100 |
commit | 4ef36bcd05cf4572a26f3a7874170bd2e3d107e0 (patch) | |
tree | 0032882f724fc2df20a4d71636f8cc6e5f842797 | |
parent | 41b5f9663759b86bb280dafd83470330dd37d63b (diff) |
Update Ring dependency to 1.0.0-RC5.
-rw-r--r-- | project.clj | 2 |
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"] |