Skip to content

Commit 8d41005

Browse files
committed
Fix MiMa
1 parent f1163d2 commit 8d41005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MiMaFilters.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ object MiMaFilters {
99
// Additions that require a new minor version of the library
1010
Build.mimaPreviousDottyVersion -> Seq(
1111
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.annotation.experimental.this"),
12-
ProblemFilters.exclude[FinalClassProblem]("scala.annotation.experimental"),
1312
),
1413

1514
// Additions since last LTS
@@ -52,6 +51,7 @@ object MiMaFilters {
5251
Build.mimaPreviousDottyVersion -> // Seq.empty, // We should never break backwards compatibility
5352
Seq(
5453
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.isSuperAccessor"), // This change is acceptable. See comment in `Breaking changes since last LTS`.
54+
ProblemFilters.exclude[FinalClassProblem]("scala.annotation.experimental"),
5555
),
5656

5757
// Breaking changes since last LTS

0 commit comments

Comments
 (0)