Skip to content

Commit

Permalink
Add compiletime.deferred to MimaFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Feb 27, 2024
1 parent c7f3543 commit db9a509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ object MiMaFilters {
Build.previousDottyVersion -> Seq(
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.modularity"),
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$modularity$"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.compiletime.package#package.deferred"),
),

// Additions since last LTS
Expand Down

0 comments on commit db9a509

Please sign in to comment.