From 6cf5390a44a793f141ff154ff07e75ee585bd437 Mon Sep 17 00:00:00 2001 From: anatoly Date: Fri, 31 Jul 2020 20:27:04 -0400 Subject: [PATCH] up cljs-repl version for examples --- build.boot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.boot b/build.boot index f416c68..5d4c27e 100644 --- a/build.boot +++ b/build.boot @@ -34,11 +34,12 @@ ;; boot cljs [adzerk/boot-cljs "1.7.228-1" :scope "test"] - [adzerk/boot-cljs-repl "0.3.0" :scope "test"] + [adzerk/boot-cljs-repl "0.4.0" :scope "test"] + [cider/piggieback "0.3.9" :scope "test" :exclusions [org.clojure/clojurescript]] + [weasel "0.7.0" :scope "test" :exclusions [org.clojure/clojurescript]] + [nrepl "0.4.5" :scope "test"] [pandeiro/boot-http "0.7.1-SNAPSHOT" :scope "test"] [tolitius/boot-stripper "0.1.0-SNAPSHOT" :scope "test"] - [com.cemerick/piggieback "0.2.1" :scope "test" :exclusions [org.clojure/clojurescript]] - [weasel "0.7.0" :scope "test" :exclusions [org.clojure/clojurescript]] [adzerk/boot-reload "0.4.8" :scope "test"] [crisptrutski/boot-cljs-test "0.2.1-SNAPSHOT" :scope "test"]])