We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe6e4e commit aac79dfCopy full SHA for aac79df
main/src/main/scala/sbt/Defaults.scala
@@ -735,6 +735,10 @@ object Defaults extends BuildCommon {
735
Seq(
736
auxiliaryClassFiles :== Nil,
737
incOptions := IncOptions.of(),
738
+ // TODO: Kept for old Dotty plugin. Remove on sbt 2.x
739
+ classpathOptions :== ClasspathOptionsUtil.boot,
740
741
+ console / classpathOptions :== ClasspathOptionsUtil.repl,
742
compileOrder :== CompileOrder.Mixed,
743
javacOptions :== Nil,
744
scalacOptions :== Nil,
0 commit comments