Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tools.deps.alpha to latest version #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tanzoniteblack
Copy link

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

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)
```
@jeroenvandijk
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants