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 0ddfd9a commit cfcbc8cCopy full SHA for cfcbc8c
project/MiMaFilters.scala
@@ -566,6 +566,8 @@ object MiMaFilters {
566
567
// NO IDEA FOR NOW :)
568
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.collection.mutable.ArrayDequeOps.scala$collection$mutable$ArrayDequeOps$$super$sliding"),
569
+ ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.get"),
570
+ ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.remove"),
571
),
572
573
// Breaking changes since last LTS
0 commit comments