File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,6 @@ object Build {
639639 val scalaLib = findArtifactPath(externalDeps, " scala-library" )
640640 val dottyLib = jars(" dotty-library" )
641641 val dottyCompiler = jars(" dotty-compiler" )
642- val dottyStaging = jars(" dotty-staging" )
643642 val args0 : List [String ] = spaceDelimited(" <arg>" ).parsed.toList
644643 val decompile = args0.contains(" -decompile" )
645644 val printTasty = args0.contains(" -print-tasty" )
@@ -663,6 +662,7 @@ object Build {
663662 log.error(" -with-compiler should only be used with a bootstrapped compiler" )
664663 }
665664 val dottyInterfaces = jars(" dotty-interfaces" )
665+ val dottyStaging = jars(" dotty-staging" )
666666 val asm = findArtifactPath(externalDeps, " scala-asm" )
667667 extraClasspath ++= Seq (dottyCompiler, dottyInterfaces, asm, dottyStaging)
668668 }
You can’t perform that action at this time.
0 commit comments