diff options
author | David Barksdale <amatus@amatus.name> | 2016-09-14 21:52:44 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2016-09-14 21:52:44 -0500 |
commit | 720dba22319b83e4a03572f8c147d57f7173d36b (patch) | |
tree | 2dcfaa8d92d4aef65a7883254e5d8b2d5166e8d5 | |
parent | 9f2120893958de74b11ac6b29150a5c1ee59200c (diff) |
Update version of boot and some dependencies
-rw-r--r-- | boot.properties | 2 | ||||
-rw-r--r-- | build.boot | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/boot.properties b/boot.properties index 4f7b4b8..14de5ae 100644 --- a/boot.properties +++ b/boot.properties @@ -1,2 +1,2 @@ BOOT_CLOJURE_VERSION=1.7.0 -BOOT_VERSION=2.4.2 +BOOT_VERSION=2.6.0 @@ -1,15 +1,15 @@ (set-env! - :dependencies '[[adzerk/boot-cljs "1.7.170-3"] - [cljsjs/jquery "1.11.3-0"] - [com.cognitect/transit-cljs "0.8.232"] + :dependencies '[[adzerk/boot-cljs "1.7.228-1"] + [cljsjs/jquery "2.2.2-0"] + [com.cognitect/transit-cljs "0.8.239"] [fence "0.2.0"] - [hoplon/boot-hoplon "0.1.9"] - [hoplon/hoplon "6.0.0-alpha11"] + [hoplon/boot-hoplon "0.1.13"] + [hoplon/hoplon "6.0.0-alpha16"] [net.clojure/monads "1.0.2"] [org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "1.7.170"] [org.clojure/core.async "0.2.374"] - [pandeiro/boot-http "0.7.1-SNAPSHOT"]] + [pandeiro/boot-http "0.7.3"]] :source-paths #{"src/cljs" "src/hl" "src/js"} :resource-paths #{"assets"}) |