Fork me on GitHub
#boot
<
2015-08-08
>
aengelberg17:08:16

It seems that even if I set the clojure dependency as '[org.clojure/clojure "1.7.0"] in build.boot, when I run boot repl it's on Clojure 1.6.

micha17:08:04

@aengelberg: try BOOT_CLOJURE_VERSION=1.7.0 boot -u

micha17:08:08

then try again

micha17:08:12

you need both

aengelberg17:08:58

Thanks. Also I've been on 2.0.0-RC?? all this time. I just upgraded my app

juhoteperi21:08:28

I wonder if boot-cljs/boot-reload have to support foreign-dep dependency ordering

juhoteperi21:08:40

Will be only useful when there are foreign-deps in local project

juhoteperi23:08:19

@micha: Check next boot-cljs next branch. It already implements totaly separate envs for multiple builds.