File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,13 @@ object MiMaFilters {
2727 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#SymbolMethods.typeMember" ),
2828 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#SymbolMethods.typeMembers" ),
2929 exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#TermParamClauseMethods.isErased" ),
30+
31+ // Experimental API for saferExceptions
32+ exclude[MissingClassProblem ](" scala.CanThrow$package" ),
33+ exclude[MissingClassProblem ](" scala.CanThrow$package$" ),
34+ exclude[MissingClassProblem ](" scala.unsafeExceptions" ),
35+ exclude[MissingClassProblem ](" scala.unsafeExceptions$" ),
36+ exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.saferExceptions" ),
37+ exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$saferExceptions$" ),
3038 )
3139}
You can’t perform that action at this time.
0 commit comments