Skip to content

Commit

Permalink
fixup mima
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaanm committed May 28, 2019
1 parent bca35db commit a73bacc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ val mimaPrereleaseHandlingSettings = Seq(
// #8107
ProblemFilters.exclude[MissingClassProblem]("scala.jdk.CollectionConverters$Ops$"),

// #8108
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.collection.immutable.StrictOptimizedSeqOps.scala$collection$immutable$StrictOptimizedSeqOps$$super$sorted"),

),
)
Expand Down

0 comments on commit a73bacc

Please sign in to comment.