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 @@ -26,6 +26,8 @@ object MiMaFilters {
26
26
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$clauseInterleaving$" ),
27
27
ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.into" ),
28
28
ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$into$" ),
29
+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.relaxedExtensionImports" ),
30
+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$relaxedExtensionImports$" ),
29
31
// end of New experimental features in 3.3.X
30
32
31
33
// Added java.io.Serializable as LazyValControlState supertype
You can’t perform that action at this time.
0 commit comments