From 5b3ad79081325d31a98b2b020e127f354008c2e8 Mon Sep 17 00:00:00 2001 From: Dylan Butman Date: Fri, 7 Aug 2015 10:09:29 -0400 Subject: [PATCH] clojure and boot version --- boot.properties | 4 ++++ build.boot | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 boot.properties 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"]