File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ object MiMaFilters {
9
9
// Additions that require a new minor version of the library
10
10
Build .mimaPreviousDottyVersion -> Seq (
11
11
ProblemFilters .exclude[DirectMissingMethodProblem ](" scala.annotation.experimental.this" ),
12
- ProblemFilters .exclude[FinalClassProblem ](" scala.annotation.experimental" ),
13
12
),
14
13
15
14
// Additions since last LTS
@@ -57,6 +56,7 @@ object MiMaFilters {
57
56
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeModule.apply" ),
58
57
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeMethods.methodTypeKind" ),
59
58
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeMethods.isContextual" ),
59
+ ProblemFilters .exclude[FinalClassProblem ](" scala.annotation.experimental" ),
60
60
),
61
61
62
62
// Breaking changes since last LTS
You can’t perform that action at this time.
0 commit comments