We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e084c commit 76bee08Copy full SHA for 76bee08
project/MiMaFilters.scala
@@ -569,6 +569,8 @@ object MiMaFilters {
569
570
// NO IDEA FOR NOW :)
571
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.collection.mutable.ArrayDequeOps.scala$collection$mutable$ArrayDequeOps$$super$sliding"),
572
+ ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.get"),
573
+ ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.remove"),
574
),
575
576
// Breaking changes since last LTS
0 commit comments