Then, trying the sample invocation from README.md:
clj -Mapi-diff api-diff :lib clj-kondo/clj-kondo :v1 '"2021.09.25"' :v2 '"2021.09.15"'
Execution error (ExceptionInfo) at clojure.tools.deps.alpha.extensions.maven/get-artifact (maven.clj:153).
Could not find artifact clj-kondo:clj-kondo:jar:"2021.09.25" in central (https://repo1.maven.org/maven2/)
I'm not sure if this is because I don't have something set up to correctly resolve Clojure deps from Clojars?
I have added this alias to my
~/.clojure/deps.edn
:Then, trying the sample invocation from
README.md
:I'm not sure if this is because I don't have something set up to correctly resolve Clojure deps from Clojars?