From 78ecdc887625a543ca7ecdeb48daed9172e1845b Mon Sep 17 00:00:00 2001 From: Mimmo Cosenza Date: Wed, 20 Nov 2013 11:10:24 +0100 Subject: [PATCH] Update project.clj Update tools.reader to 0.7.10 to make shoreleave-remote-ring compatible with most recent cljs releases. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6d488c3..2452295 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,7 @@ :distribution :repo :comments "See the notice in README.mkd or details in LICENSE_epl.html"} :dependencies [[org.clojure/clojure "1.4.0"] - [org.clojure/tools.reader "0.7.0"]] + [org.clojure/tools.reader "0.7.10"]] :dev-dependencies [;[cdt "1.2.6.2-SNAPSHOT"] ;[lein-cdt "1.0.0"] ; use lein cdt to attach ;[lein-autodoc "0.9.0"]