Skip to content

Commit cfcbc8c

Browse files
committed
NO IDEA FOR NOW :)
1 parent 0ddfd9a commit cfcbc8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/MiMaFilters.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ object MiMaFilters {
566566

567567
// NO IDEA FOR NOW :)
568568
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"),
569571
),
570572

571573
// Breaking changes since last LTS

0 commit comments

Comments
 (0)