We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd5f2b commit ab1a19fCopy full SHA for ab1a19f
project/MiMaFilters.scala
@@ -9,5 +9,6 @@ object MiMaFilters {
9
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.append"),
10
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.substituteTypes"),
11
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#TypeReprMethods.substituteTypes"),
12
+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.reverse"),
13
)
14
}
0 commit comments