Skip to content

Commit 1c8a2f3

Browse files
committed
Adjust MiMaFilter for backported dotty.tools.tasty.TastyVersion class
1 parent b0f75e0 commit 1c8a2f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/MiMaFilters.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ object MiMaFilters {
1616
// end of New experimental features in 3.3.X
1717
)
1818
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$"),
1922
)
2023
val Interfaces: Seq[ProblemFilter] = Seq(
2124
)

0 commit comments

Comments
 (0)