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 b0f75e0 commit 1c8a2f3Copy full SHA for 1c8a2f3
project/MiMaFilters.scala
@@ -16,6 +16,9 @@ object MiMaFilters {
16
// end of New experimental features in 3.3.X
17
)
18
val TastyCore: Seq[ProblemFilter] = Seq(
19
+ // Backported in 3.3.6
20
+ ProblemFilters.exclude[MissingClassProblem]("dotty.tools.tasty.TastyVersion"),
21
+ ProblemFilters.exclude[MissingClassProblem]("dotty.tools.tasty.TastyVersion$"),
22
23
val Interfaces: Seq[ProblemFilter] = Seq(
24
0 commit comments