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 3f33668 commit 27a6193Copy full SHA for 27a6193
project/MiMaFilters.scala
@@ -18,6 +18,7 @@ object MiMaFilters {
18
ProblemFilters.exclude[MissingClassProblem]("scala.compiletime.ops.long"),
19
ProblemFilters.exclude[MissingClassProblem]("scala.compiletime.ops.long$"),
20
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings"),
21
+ ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings"),
22
23
// Should have been added in 3.1.0
24
// These are only allowed on imports and therefore should not be present in binaries emitted before
0 commit comments