Welcome! Please see the About page for a little more info on how this works.

+1 vote
in tools.deps by
closed by

When I try to download all version of com.google.javascript/closure-compiler-unshaded t.d.a returns nil, digging in the problem I saw that this line is being responsible to the problem since it’s only matching versions starting with number and all the versions of com.google.javascript/closure-compiler-unshaded starts with a letter v.
Is it supposed to work like that or is it a bug?

The executed command was the following.

clj -X:deps find-versions :lib com.google.javascript/closure-compiler-unshaded
closed with the note: Fixed in Clojure CLI 1.11.1.1177

1 Answer

+1 vote
by
...