Skip to content

Commit

Permalink
Adjust MiMa filters
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jan 7, 2025
1 parent cb46a43 commit b712369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ object MiMaFilters {
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.quotedPatternsWithPolymorphicFunctions"),
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$quotedPatternsWithPolymorphicFunctions$"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.runtime.Patterns.higherOrderHoleWithTypes"),
ProblemFilters.exclude[MissingClassProblem]("scala.annotation.preview"),
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language.preview"),
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$preview$"),
),

// Additions since last LTS
Expand Down

0 comments on commit b712369

Please sign in to comment.