Skip to content

Commit

Permalink
Fix MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed Apr 25, 2024
1 parent 78dd580 commit 1d7f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ object MiMaFilters {
// Additions that require a new minor version of the library
Build.mimaPreviousDottyVersion -> Seq(
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.annotation.experimental.this"),
ProblemFilters.exclude[FinalClassProblem]("scala.annotation.experimental"),
),

// Additions since last LTS
Expand Down Expand Up @@ -57,6 +56,7 @@ object MiMaFilters {
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#MethodTypeModule.apply"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#MethodTypeMethods.methodTypeKind"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#MethodTypeMethods.isContextual"),
ProblemFilters.exclude[FinalClassProblem]("scala.annotation.experimental"),
),

// Breaking changes since last LTS
Expand Down

0 comments on commit 1d7f304

Please sign in to comment.