diff --git a/project.clj b/project.clj index ea2bab3..38a4643 100644 --- a/project.clj +++ b/project.clj @@ -3,6 +3,6 @@ :dependencies [[org.clojure/clojure "1.2.1"] [org.clojure/core.incubator "0.1.0"] [ring "1.1.7"] - [ring-refresh "0.1.1"]] + [ring-refresh "0.1.2"]] :plugins [[codox "0.6.1"]] :profiles {:dev {:dependencies [[clj-http "0.4.1"]]}})