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
Omitting the ->config part implies ->compile, so dependsOn(util % "test") means that the test configuration in core depends on the Compile configuration in util.
The SBT docs say:
https://www.scala-sbt.org/1.x/docs/Multi-Project.html#Per-configuration+classpath+dependencies
In my case I have
.dependsOn(util % "compile;it->it")
and the util dependency is not packed.I think the issue is here:
https://github.com/jonfox/sbt-pack/blob/master/src/main/scala/xerial/sbt/pack/PackPlugin.scala#L417
The text was updated successfully, but these errors were encountered: