Skip to content

Commit 0962c96

Browse files
committed
Update MiMa filters
1 parent f3a7b1e commit 0962c96

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
@@ -9,6 +9,8 @@ object MiMaFilters {
99
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.append"),
1010
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.substituteTypes"),
1111
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.substituteTypes"),
12+
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.typeParams"),
13+
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.typeParams"),
1214

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

0 commit comments

Comments
 (0)