Fork me on GitHub
#boot
<
2015-08-21
>
cddr00:08:06

Is brew install boot-clj supposed to install boot 2.2.0?

micha00:08:32

that plus boot -u

micha00:08:13

brew install fetches the binary

micha00:08:28

the brew script probably should do boot -u after installing the binary

cddr00:08:25

Grr, I think my installation must be messed up because even after boot -u I'm not getting 2.2

cddr00:08:27

$ boot --version && boot -u && boot --version #https://github.com/boot-clj/boot #Thu Aug 20 17:42:46 PDT 2015 BOOT_CLOJURE_VERSION=1.7.0 BOOT_VERSION=2.0.0-rc14 #App version: 2.2.0 #https://github.com/boot-clj/boot #Thu Aug 20 17:42:49 PDT 2015 BOOT_CLOJURE_VERSION=1.7.0 BOOT_VERSION=2.2.0 #App version: 2.2.0 WARNING: update already refers to: #'clojure.core/update in namespace: clj-http.client, being replaced by: #'clj-http.client/update #https://github.com/boot-clj/boot #Thu Aug 20 17:42:53 PDT 2015 BOOT_CLOJURE_VERSION=1.7.0 BOOT_VERSION=2.0.0-rc14 #App version: 2.2.0

micha00:08:05

do you have a boot.properties file in the CWD?

cddr00:08:27

Ah yes I do

micha00:08:33

💥