Skip to content

Commit cc06705

Browse files
committed
Add missing dependency
1 parent cf5d770 commit cc06705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,9 @@ object Build {
587587
val args1 = args.filter(_ != "-with-compiler")
588588
val asm = findArtifactPath(externalDeps, "scala-asm")
589589
val dottyCompiler = jars("dotty-compiler")
590+
val dottyStaging = jars("dotty-staging")
590591
val dottyInterfaces = jars("dotty-interfaces")
591-
run(insertClasspathInArgs(args1, List(dottyCompiler, dottyInterfaces, asm).mkString(File.pathSeparator)))
592+
run(insertClasspathInArgs(args1, List(dottyCompiler, dottyInterfaces, asm, dottyStaging).mkString(File.pathSeparator)))
592593
} else run(args)
593594
},
594595

0 commit comments

Comments
 (0)