File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
@@ -57,6 +56,7 @@ object MiMaFilters {
5756 ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeModule.apply" ),
5857 ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeMethods.methodTypeKind" ),
5958 ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeMethods.isContextual" ),
59+ ProblemFilters .exclude[FinalClassProblem ](" scala.annotation.experimental" ),
6060 ),
6161
6262 // Breaking changes since last LTS
You can’t perform that action at this time.
0 commit comments