Fork me on GitHub
#announcements
<
2019-06-07
>
borkdude08:06:45

clj-kondo v2019.06.07-alpha! 🎉 new features: Clojure API, JSON/EDN output https://github.com/borkdude/clj-kondo/releases/tag/v2019.06.07-alpha follow up in #clj-kondo

aw_yeah 36
👍 24
blueberry11:06:47

[Clojure Book WIP] Deep Learning for Programmers, New Release 0.3.0 Published

yogthos12:06:01

JVM Ecosystem Survey 2019 could use some Clojure representation 🙂 https://snyk.io/blog/jvm-ecosystem-survey-2019/

☝️ 16
👍 8
Alex Miller (Clojure team)13:06:33

New version of clj is now available - 1.10.1.447, just bumps the default clojure version to 1.10.1

Alex Miller (Clojure team)13:06:08

There are some whitespace bugs in -h and man page. They've been fixed for next release, didn't seem worth re-releasing.

avi16:06:59

I just updated to version 1.10.1.447 of the Homebrew formula, but Clojure is still reporting its version as 1.10.0:

$ brew list --versions | grep clojure
clojure 1.10.1.447
$ clojure -e "(clojure-version)"
"1.10.0"
Am I missing something? Any suggestions?

Alex Miller (Clojure team)16:06:00

if you have a deps.edn, that controls what version you are using

Alex Miller (Clojure team)16:06:15

either in current dir, or ~/.clojure/deps.edn

Alex Miller (Clojure team)16:06:25

the default, if none of those specify, should be 1.10.1

Alex Miller (Clojure team)16:06:58

to say it another way, you can use any version of Clojure with any version of clj

avi20:06:59

picard-facepalm yeah that was it. Thanks!