File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ import com.typesafe.tools.mima.core._
44object MiMaFilters {
55 val Library : Seq [ProblemFilter ] = Seq (
66 ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.internal.MappedAlternative" ),
7+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.pureFunctions" ),
8+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.captureChecking" ),
9+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$pureFunctions$" ),
10+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$captureChecking$" ),
711 ProblemFilters .exclude[MissingClassProblem ](" scala.caps" ),
812 )
913}
You can’t perform that action at this time.
0 commit comments