File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ object MiMaFilters {
17
17
ProblemFilters .exclude[MissingClassProblem ](" scala.compiletime.ops.long$" ),
18
18
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings" ),
19
19
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings" ),
20
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.deriving.Mirror.fromProductTyped" ),
21
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.deriving.Mirror.fromTuple" ),
20
22
21
23
// Private to the compiler - needed for forward binary compatibility
22
24
ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.since" )
You can’t perform that action at this time.
0 commit comments