Skip to content

Commit

Permalink
Add Mimafilters
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Nov 25, 2024
1 parent 52392c7 commit 6e904fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.collectionLiterals"),
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$collectionLiterals$"),
),

// Additions since last LTS
Expand Down

0 comments on commit 6e904fb

Please sign in to comment.