diff --git a/project.clj b/project.clj index 9331bf0..97dc303 100644 --- a/project.clj +++ b/project.clj @@ -2,6 +2,6 @@ :description "Library for running Ring web servers" :dependencies [[org.clojure/clojure "1.2.1"] [org.clojure/core.incubator "0.1.0"] - [ring "1.0.2"]] + [ring "1.1.0"]] :plugins [[codox "0.6.1"]] :profiles {:dev {:dependencies [[clj-http "0.4.1"]]}})