From 3154caa6e7a6fa6a62d16cb498efac0a358001d5 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Wed, 10 May 2017 13:38:51 -0700 Subject: [PATCH] upgrade cljs dependencies --- CHANGES.md | 1 + project.clj | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a73b723..4c24e88 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ * Correct generated arglist for helpers defined with defhelper (@michaelblume) * Don't depend on map iteration order, fix bug with multiple map types (@tomconnors) * Don't throw away namespace portion of keywords (@jrdoane) +* Update CLJS dependencies (@michaelblume) ## 0.8.2 diff --git a/project.clj b/project.clj index 33f97eb..10c9c15 100644 --- a/project.clj +++ b/project.clj @@ -21,7 +21,7 @@ :target :nodejs}}}} :doo {:build "test"} :profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"] - [org.clojure/clojurescript "1.9.89"] - [cljsbuild "1.1.3"]] - :plugins [[lein-cljsbuild "1.1.3"] + [org.clojure/clojurescript "1.9.521"] + [cljsbuild "1.1.6"]] + :plugins [[lein-cljsbuild "1.1.6"] [lein-doo "0.1.6"]]}})