-
Notifications
You must be signed in to change notification settings - Fork 102
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
updateSbtClassifiers fails after adding sbt-git #128
Comments
perhaps #129 will fix this. |
Maybe, but it would surprise me because the failed downloads are already excluded from the build:
Could it be one of the dependencies in |
Also, I notice that the latest version for |
the dependencies in |
Yeah that's what I'm thinking as well. I just tried running |
or maybe one or all of our excludes are plain wrong? |
Maybe.. Or updateSbtClassifiers ignores the exclusions? I tried the following in
|
hey @dvic , do you want to try 0.9.3 and see if that makes a difference? |
0.9.3 has been released. Can you try if that helps? |
Project build failed inside docker container with the same exception as @dvic mentioned. Migration from 0.9.2 to 0.9.3 helped to resolve it. Thanks. |
Somehow the
javax
andcom.sun
dependency are still fetched, I get this error:See dvic/sbt-git-update-sbt-classifiers-fails for a simple example of this issue (scala-seed project with SBT 0.13.15 and Scala 2.12.2).
Could this be because of transitive dependencies in
plugins.sbt
of sbt-git?The text was updated successfully, but these errors were encountered: