File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ 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[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.packageObjectValues" ),
17+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$packageObjectValues$" ),
1618 ),
1719
1820 // Additions since last LTS
You can’t perform that action at this time.
0 commit comments