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 6b3d9ad commit 79b61faCopy full SHA for 79b61fa
project/MiMaFilters.scala
@@ -18,6 +18,7 @@ object MiMaFilters {
18
exclude[MissingClassProblem]("scala.annotation.experimental"),
19
exclude[MissingClassProblem]("scala.annotation.internal.ErasedParam"),
20
21
+ exclude[MissingClassProblem]("scala.annotation.internal.ProvisionalSuperClass"),
22
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes.valueOrAbort"),
23
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#reportModule.errorAndAbort"),
24
exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.fieldMember"),
0 commit comments