You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, I've found that sbt-pack finds inexistant dependencies (or better said, excluded dependencies). There is a discrepancy between dependencies reported by sbt-pack and sbt-dependency-graph.
My project has tons of dependencies.
For being more specific, here is an excerpt of my dependencies:
After migrating to SBT 1.3.0 from 1.1.4, here is the result of running:
packCopyDependencies
The cause is that tries to create a symbolic link for the same dependency twice. It doesn't remove duplicated dependencies before processing.
The text was updated successfully, but these errors were encountered: