lein-tools-deps icon indicating copy to clipboard operation
lein-tools-deps copied to clipboard

Update tools.deps.alpha to latest version

Open tanzoniteblack opened this issue 4 years ago • 1 comments

In order to use the latest version, the minimum lein version needs to be updated as well, or we run into a compilation issue of tools.deps.alpha:

clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to resolve symbol: manifest in this context, compiling:(clojure/tools/deps/alpha.clj:180:11)

clojure version was updated to match the version used by the newer version of lein

Our main motivation for needing this was because we were running into this issue

tanzoniteblack avatar Nov 15 '19 18:11 tanzoniteblack

@tanzoniteblack Thanks for sharing!

I'm using your change to make lein-tools-deps work for me:

:plugins [[lein-tools-deps "0.4.5" :exclusions [org.clojure/tools.deps.alpha org.clojure/clojure]]
          [org.clojure/tools.deps.alpha "0.7.541"]]

lein-tools-deps doesn't work with the latest version 0.9.755 due to api changes

jeroenvandijk avatar Aug 05 '20 15:08 jeroenvandijk