Skip to content

Commit

Permalink
Update MiMa filters
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Oct 15, 2021
1 parent 3e3f57b commit fedba9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.typesafe.tools.mima.core.ProblemFilters._
object MiMaFilters {
val Library: Seq[ProblemFilter] = Seq(
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.init"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.last")
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.last"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.runtime.Tuples.reverse")
)
}

0 comments on commit fedba9c

Please sign in to comment.