diff --git a/boot.properties b/boot.properties new file mode 100644 index 0000000..b150381 --- /dev/null +++ b/boot.properties @@ -0,0 +1,4 @@ +#https://github.com/boot-clj/boot +#Fri Aug 07 09:56:26 EDT 2015 +BOOT_CLOJURE_VERSION=1.8.0-alpha4 +BOOT_VERSION=2.2.0 diff --git a/build.boot b/build.boot index a626cfb..3cabc04 100644 --- a/build.boot +++ b/build.boot @@ -18,8 +18,8 @@ [om "0.8.0-beta3"] [sablono "0.2.22" :exclusions [com.facebook/react]]] (mapv #(conj % :scope "test"))) - '[[org.clojure/clojure "1.7.0"] - [org.clojure/clojurescript "0.0-3308"] + '[[org.clojure/clojure "1.8.0-alpha4"] + [org.clojure/clojurescript "1.7.48"] [org.clojure/core.async "0.1.338.0-5c5012-alpha"] [org.clojure/core.match "0.3.0-alpha4"] [clj-time "0.10.0"]