diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-22 11:54:11 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-22 11:54:11 +0100 |
commit | 35ed93dc3bebd8256277eb72193a0f91b68a092f (patch) | |
tree | 3e0a073a6e10b9975bf509f689439e8b60d7d759 | |
parent | 2504037a4b4e0db1eea0455dbe95f299a7784a8d (diff) |
Update Ring dependency to 1.0.2.
-rw-r--r-- | project.clj | 2 |
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"] |