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 4a57dbb commit bbf8cddCopy full SHA for bbf8cdd
project/MiMaFilters.scala
@@ -10,6 +10,7 @@ object MiMaFilters {
10
Build.previousDottyVersion -> Seq(
11
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.modularity"),
12
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$modularity$"),
13
+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.compiletime.package#package.deferred"),
14
),
15
16
// Additions since last LTS
0 commit comments