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 {
639
639
val scalaLib = findArtifactPath(externalDeps, " scala-library" )
640
640
val dottyLib = jars(" dotty-library" )
641
641
val dottyCompiler = jars(" dotty-compiler" )
642
- val dottyStaging = jars(" dotty-staging" )
643
642
val args0 : List [String ] = spaceDelimited(" <arg>" ).parsed.toList
644
643
val decompile = args0.contains(" -decompile" )
645
644
val printTasty = args0.contains(" -print-tasty" )
@@ -663,6 +662,7 @@ object Build {
663
662
log.error(" -with-compiler should only be used with a bootstrapped compiler" )
664
663
}
665
664
val dottyInterfaces = jars(" dotty-interfaces" )
665
+ val dottyStaging = jars(" dotty-staging" )
666
666
val asm = findArtifactPath(externalDeps, " scala-asm" )
667
667
extraClasspath ++= Seq (dottyCompiler, dottyInterfaces, asm, dottyStaging)
668
668
}
You can’t perform that action at this time.
0 commit comments