From 43ef0cead818717514ff71c17b2c26bc17f4cc33 Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Fri, 16 Oct 2015 23:54:46 -0400 Subject: [PATCH] bump cljs version --- resources/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/project.clj b/resources/project.clj index 2aadd1a..55f5e55 100644 --- a/resources/project.clj +++ b/resources/project.clj @@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.7.0"] - [org.clojure/clojurescript "1.7.122"] + [org.clojure/clojurescript "1.7.145"] [org.omcljs/om "0.9.0"] [org.omcljs/ambly "0.6.0"]] :plugins [[lein-cljsbuild "1.1.0"]]