tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
amar 2021-04-30T16:06:04.111800Z

is there a way to determine what version of tools deps is being used by clj ?

seancorfield 2021-04-30T16:15:38.112300Z

clj -version if you’re on a recent version, clj -Sdescribe otherwise.

seancorfield 2021-04-30T16:16:04.112600Z

Then look at the https://clojure.org/releases/tools page.

amar 2021-04-30T16:16:12.112800Z

thanks @seancorfield