We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d77c6 commit b8afeeaCopy full SHA for b8afeea
project/MiMaFilters.scala
@@ -4,5 +4,10 @@ import com.typesafe.tools.mima.core.ProblemFilters._
4
5
object MiMaFilters {
6
val Library: Seq[ProblemFilter] = Seq(
7
+ // Internals added in 3.0.2
8
+ exclude[MissingClassProblem]("scala.annotation.internal.ProvisionalSuperClass"),
9
+
10
+ // New APIs marked @experimental in 3.0.2
11
+ exclude[MissingClassProblem]("scala.Selectable$WithoutPreciseParameterTypes")
12
)
13
}
0 commit comments