Skip to content

Commit

Permalink
Remove unnecessary settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 18, 2024
1 parent 83f802e commit 1bc61fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main/src/main/scala/sbt/Defaults.scala
Original file line number Diff line number Diff line change
Expand Up @@ -756,10 +756,6 @@ 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 1bc61fd

Please sign in to comment.