summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-22 11:54:11 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-22 11:54:11 +0100
commit35ed93dc3bebd8256277eb72193a0f91b68a092f (patch)
tree3e0a073a6e10b9975bf509f689439e8b60d7d759
parent2504037a4b4e0db1eea0455dbe95f299a7784a8d (diff)
Update Ring dependency to 1.0.2.
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 9d643a4..e214fec 100644
--- a/project.clj
+++ b/project.clj
@@ -20,7 +20,7 @@
[org.clojure/tools.trace "0.7.1"]
;; Web app utilities
- [ring "1.0.0"]
+ [ring "1.0.2"]
[noir "1.2.1"]
[hiccup "0.3.7"]
[cssgen "0.2.5"]