Skip to content

Commit

Permalink
mima appeasement
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Aug 2, 2023
1 parent 481d17c commit 80571c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/MimaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ object MimaFilters extends AutoPlugin {

// PR 10406
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.runtime.JavaUniverse#PerRunReporting.deprecationWarning"),

// PR 10476
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.immutable.NewVectorIterator.drop"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.collection.immutable.NewVectorIterator.take"),
)

override val buildSettings = Seq(
Expand Down

0 comments on commit 80571c0

Please sign in to comment.