Skip to content

Commit 481d6fd

Browse files
committed
NO IDEA FOR NOW :)
1 parent 582c5c5 commit 481d6fd

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

584584
// NO IDEA FOR NOW :)
585585
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.collection.mutable.ArrayDequeOps.scala$collection$mutable$ArrayDequeOps$$super$sliding"),
586+
ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.get"),
587+
ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.remove"),
586588
),
587589

588590
// Breaking changes since last LTS

0 commit comments

Comments
 (0)