Fork me on GitHub
#releases
<
2022-06-26
>
uochan02:06:15

build.edn ver 0.4.107, Library making your Clojure library build process easy. https://github.com/liquidz/build.edn Supported "description" tag in pom.xml.

🚀 1
borkdude10:06:19

Babashka CLI v0.3.26 is now compatible with older versions of Clojure/Script (1.9+)! Also, auto-coercion!

(cli/parse-opts ["--foo" "--bar" "false" "--baz" "123" "--quux" ":dude"])
;;=> {:foo true, :bar false, :baz 123, :quux :dude}
https://github.com/babashka/cli/blob/main/CHANGELOG.md#v0326https://t.co/6I2xvWcbd4

🎉 3