Skip to content

Commit

Permalink
Merge pull request #7550 from eed3si9n/wip/dotty_plugin
Browse files Browse the repository at this point in the history
Fix old Dotty plugin compat
  • Loading branch information
eed3si9n committed May 5, 2024
2 parents 8fe6e4e + aac79df commit 542f11b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/src/main/scala/sbt/Defaults.scala
Expand Up @@ -735,6 +735,10 @@ object Defaults extends BuildCommon {
Seq(
auxiliaryClassFiles :== Nil,
incOptions := IncOptions.of(),
// TODO: Kept for old Dotty plugin. Remove on sbt 2.x
classpathOptions :== ClasspathOptionsUtil.boot,
// TODO: Kept for old Dotty plugin. Remove on sbt 2.x
console / classpathOptions :== ClasspathOptionsUtil.repl,
compileOrder :== CompileOrder.Mixed,
javacOptions :== Nil,
scalacOptions :== Nil,
Expand Down

0 comments on commit 542f11b

Please sign in to comment.