File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ import com.typesafe.tools.mima.core.ProblemFilters._
4
4
5
5
object MiMaFilters {
6
6
val Library : Seq [ProblemFilter ] = Seq (
7
+ // Experimental API for saferExceptions
8
+ exclude[MissingClassProblem ](" scala.CanThrow" ),
9
+ exclude[MissingClassProblem ](" scala.CanThrow$package" ),
10
+ exclude[MissingClassProblem ](" scala.CanThrow$package$" ),
11
+ exclude[MissingClassProblem ](" scala.unsafeExceptions" ),
12
+ exclude[MissingClassProblem ](" scala.unsafeExceptions$" ),
13
+ exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.saferExceptions" ),
14
+ exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$saferExceptions$" ),
15
+
7
16
// New APIs that will be introduced in 3.1.0
8
17
exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.Wildcard" ),
9
18
exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.WildcardTypeTest" ),
You can’t perform that action at this time.
0 commit comments