Skip to content

Commit 76bee08

Browse files
committed
NO IDEA FOR NOW :)
1 parent f6e084c commit 76bee08

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
@@ -569,6 +569,8 @@ object MiMaFilters {
569569

570570
// NO IDEA FOR NOW :)
571571
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"),
572574
),
573575

574576
// Breaking changes since last LTS

0 commit comments

Comments
 (0)