Skip to content

Commit aadd952

Browse files
committed
Update mima filters
1 parent c711015 commit aadd952

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/MiMaFilters.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ object MiMaFilters {
1919
ProblemFilters.exclude[MissingClassProblem]("scala.compiletime.ops.long$"),
2020
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings"),
2121
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"),
2224

2325
// Should have been added in 3.1.0
2426
// These are only allowed on imports and therefore should not be present in binaries emitted before

0 commit comments

Comments
 (0)