Skip to content

Commit ab295f4

Browse files
committed
.
1 parent eb43cbd commit ab295f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ trait AmmInternalModule extends CrossSbtModule with Bloop.Module {
172172
def forkArgs = Seq("-Xmx2g", "-Dfile.encoding=UTF8")
173173
}
174174
// why is this here?
175-
def allIvyDeps = T { transitiveIvyDeps().map(_.toDep) }
175+
def allIvyDeps = T { transitiveIvyDeps().map(_.toDep) ++ scalaLibraryIvyDeps() }
176176
def sources = T.sources {
177177
val sv = scalaVersion()
178178
val extraDir =

0 commit comments

Comments
 (0)