deps-new

restenb 2021-11-22T14:13:46.008700Z

trying to install clj-new, running the one-off install command clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.362"}' :as clj-new

restenb 2021-11-22T14:14:08.009200Z

=> Execution error (ExceptionInfo) at clojure.tools.deps.alpha.extensions.git/coord-err (git.clj:45). Library com.github.seancorfield/clj-new has invalid tag: v1.2.362

restenb 2021-11-22T14:14:11.009400Z

any ideas?

seancorfield 2021-11-22T19:16:44.009800Z

@restenb What does clojure -version display?

seancorfield 2021-11-22T19:17:49.010700Z

Also, are you doing that in a project folder (with a deps.edn) or some other folder? Just wondering if you have some :mvn/repos setting that might be causing a problem...