Skip to content

Commit

Permalink
Restore MiMa exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Sep 1, 2021
1 parent c0d77c6 commit b8afeea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/MiMaFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ import com.typesafe.tools.mima.core.ProblemFilters._

object MiMaFilters {
val Library: Seq[ProblemFilter] = Seq(
// Internals added in 3.0.2
exclude[MissingClassProblem]("scala.annotation.internal.ProvisionalSuperClass"),

// New APIs marked @experimental in 3.0.2
exclude[MissingClassProblem]("scala.Selectable$WithoutPreciseParameterTypes")
)
}

0 comments on commit b8afeea

Please sign in to comment.