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 {
1717 ProblemFilters .exclude[MissingClassProblem ](" scala.compiletime.ops.long$" ),
1818 ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings" ),
1919 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" ),
2022
2123 // Private to the compiler - needed for forward binary compatibility
2224 ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.since" )
You can’t perform that action at this time.
0 commit comments