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 @@ -19,6 +19,8 @@ object MiMaFilters {
19
19
ProblemFilters .exclude[MissingClassProblem ](" scala.compiletime.ops.long$" ),
20
20
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings" ),
21
21
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings" ),
22
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.deriving.Mirror.fromProductTyped" ),
23
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.deriving.Mirror.fromTuple" ),
22
24
23
25
// Should have been added in 3.1.0
24
26
// These are only allowed on imports and therefore should not be present in binaries emitted before
You can’t perform that action at this time.
0 commit comments