Fork me on GitHub
#deps-new
<
2021-11-22
>
restenb14:11:46

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

restenb14:11:08

=> 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

restenb14:11:11

any ideas?

seancorfield19:11:44

@restenb What does clojure -version display?

seancorfield19:11:49

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...