File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 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._
44
55object MiMaFilters {
66 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+
716 // New APIs that will be introduced in 3.1.0
817 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.Wildcard" ),
918 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.WildcardTypeTest" ),
You can’t perform that action at this time.
0 commit comments