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 f1163d2 commit 8d41005
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 @@ -52,6 +51,7 @@ object MiMaFilters {
Build.mimaPreviousDottyVersion -> // Seq.empty, // We should never break backwards compatibility
Seq(
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.isSuperAccessor"), // This change is acceptable. See comment in `Breaking changes since last LTS`.
ProblemFilters.exclude[FinalClassProblem]("scala.annotation.experimental"),
),

// Breaking changes since last LTS
Expand Down

0 comments on commit 8d41005

Please sign in to comment.