Skip to content

Commit bfa51c7

Browse files
committed
Drop scala.runtime glob filter
See PR comments: we don't want to break things by dropping APIs used by compiled code.
1 parent 5d90b1a commit bfa51c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project/MiMaFilters.scala

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import com.typesafe.tools.mima.core._
33

44
object MiMaFilters {
55
val Library: Seq[ProblemFilter] = Seq(
6-
ProblemFilters.exclude[Problem]("scala.runtime.*"), // KEEP: scala.runtime isn't public API
7-
86
// APIs that must be added in 3.2.0
97
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.runtime.QuoteUnpickler.unpickleExprV2"),
108
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.quoted.runtime.QuoteUnpickler.unpickleExprV2"),

0 commit comments

Comments
 (0)