is there a way to determine what version of tools deps is being used by clj ?
clj
clj -version if you’re on a recent version, clj -Sdescribe otherwise.
clj -version
clj -Sdescribe
Then look at the https://clojure.org/releases/tools page.
thanks @seancorfield