File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -477,13 +477,6 @@ object Build {
477
477
" com.novocode" % " junit-interface" % " 0.11" % " test" ,
478
478
" org.scala-lang" % " scala-library" % scalacVersion % " test" ),
479
479
480
- // Repl subproject shouldn't be distributed on its own yet, so the
481
- // sources need to be included in the dotty compiler to be available to
482
- // the sbt bridge
483
- unmanagedSourceDirectories in Compile += baseDirectory.value / " .." / " repl" / " src" ,
484
- unmanagedSourceDirectories in Test += baseDirectory.value / " .." / " repl" / " test" ,
485
- unmanagedResourceDirectories in Test += baseDirectory.value / " .." / " repl" / " test-resources" ,
486
-
487
480
// enable improved incremental compilation algorithm
488
481
incOptions := incOptions.value.withNameHashing(true ),
489
482
You can’t perform that action at this time.
0 commit comments