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._
4
4
object MiMaFilters {
5
5
val Library : Seq [ProblemFilter ] = Seq (
6
6
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$" ),
7
11
ProblemFilters .exclude[MissingClassProblem ](" scala.caps" ),
8
12
)
9
13
}
You can’t perform that action at this time.
0 commit comments