Fork me on GitHub
#boot
<
2017-08-13
>
v3ga02:08:10

when boot complains about version conflicts and you haven’t even specified a clojure version in your project, only boot.properties how do you go about clearing it? Warning: version conflict detected: org.clojure/clojure version changes from 1.9.0-alpha14 to 1.7.0

qqq03:08:10

you need to specify a boot.properties file, otherwise it defaults to 1.7.0 or something

qqq03:08:41

BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.9.0-alpha17
BOOT_VERSION=2.7.1
BOOT_EMIT_TARGET=no
is what I currently use