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 {
13
13
ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.quotedPatternsWithPolymorphicFunctions" ),
14
14
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$quotedPatternsWithPolymorphicFunctions$" ),
15
15
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$" ),
16
18
),
17
19
18
20
// Additions since last LTS
You can’t perform that action at this time.
0 commit comments