Skip to content

Commit

Permalink
Remove redundant MiMa filters
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jul 10, 2024
1 parent 5d56503 commit 3aa983b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ object MiMaFilters {
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.relaxedExtensionImports"),
ProblemFilters.exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$relaxedExtensionImports$"),
// end of New experimental features in 3.3.X
) ++ Seq(
// New in 2.13.13
"scala.collection.mutable.ArrayBuffer.resizeUp", // private[mutable] def
// New in 2.13.14
"scala.util.Properties.consoleIsTerminal", // private[scala] lazy val
).map(ProblemFilters.exclude[DirectMissingMethodProblem])
)
val TastyCore: Seq[ProblemFilter] = Seq(
)
val Interfaces: Seq[ProblemFilter] = Seq(
Expand Down

0 comments on commit 3aa983b

Please sign in to comment.