Skip to content

Commit 27a6193

Browse files
committed
corrected MiMaFilters
1 parent 3f33668 commit 27a6193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/MiMaFilters.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ object MiMaFilters {
1818
ProblemFilters.exclude[MissingClassProblem]("scala.compiletime.ops.long"),
1919
ProblemFilters.exclude[MissingClassProblem]("scala.compiletime.ops.long$"),
2020
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings"),
21+
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.Quotes#reflectModule#CompilationInfoModule.XmacroSettings"),
2122

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

0 commit comments

Comments
 (0)