File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ object MiMaFilters {
1313 ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.quotedPatternsWithPolymorphicFunctions" ),
1414 ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$quotedPatternsWithPolymorphicFunctions$" ),
1515 ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.quoted.runtime.Patterns.higherOrderHoleWithTypes" ),
16+ ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.preview" ),
17+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language.preview" ),
18+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$preview$" ),
1619 ),
1720
1821 // Additions since last LTS
You can’t perform that action at this time.
0 commit comments