We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb43cbd commit ab295f4Copy full SHA for ab295f4
build.sc
@@ -172,7 +172,7 @@ trait AmmInternalModule extends CrossSbtModule with Bloop.Module {
172
def forkArgs = Seq("-Xmx2g", "-Dfile.encoding=UTF8")
173
}
174
// why is this here?
175
- def allIvyDeps = T { transitiveIvyDeps().map(_.toDep) }
+ def allIvyDeps = T { transitiveIvyDeps().map(_.toDep) ++ scalaLibraryIvyDeps() }
176
def sources = T.sources {
177
val sv = scalaVersion()
178
val extraDir =
0 commit comments