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 @@ -72,6 +72,8 @@ object MiMaFilters {
72
72
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$betterMatchTypeExtractors$" ),
73
73
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$modularity$" ),
74
74
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$namedTuples$" ),
75
+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.qualifiedTypes" ),
76
+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$qualifiedTypes$" ),
75
77
ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language.3.7-migration" ),
76
78
ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language.3.7" ),
77
79
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$3$u002E7$" ),
You can’t perform that action at this time.
0 commit comments