liquidz / antq

Point out your outdated dependencies.
Other
394 stars 22 forks source link

It seems like some packages cannot be installed because they can only be found on the Maven server. #220

Closed PlumpMath closed 1 year ago

PlumpMath commented 1 year ago

Hello

Is there a way to update the versions of dependencies in deps.edn using the command clojure -M:outdated, without being affected by .m2/settings.xml, and by setting up the dependency repository within deps.edn? It seems like the error is occurring because it only looks at the basic maven repository.

https://github.com/ertugrulcetin/jme-clj/issues/13#issue-1704776789

Thanks.

PlumpMath commented 1 year ago

jme-clj/jme-clj {:mvn/version "0.1.13" :exclusions [com.github.stephengold/Heart]}