File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ object MiMaFilters {
8
8
val ForwardsBreakingChanges : Map [String , Seq [ProblemFilter ]] = Map (
9
9
// Additions that require a new minor version of the library
10
10
Build .previousDottyVersion -> Seq (
11
+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language#experimental.modularity" ),
12
+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$modularity$" ),
11
13
),
12
14
13
15
// Additions since last LTS
@@ -71,6 +73,8 @@ object MiMaFilters {
71
73
val ForwardsBreakingChanges : Map [String , Seq [ProblemFilter ]] = Map (
72
74
// Additions that require a new minor version of tasty core
73
75
Build .previousDottyVersion -> Seq (
76
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" dotty.tools.tasty.TastyFormat.TRACKED" ),
77
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" dotty.tools.tasty.TastyFormat.TRACKED" ),
74
78
),
75
79
76
80
// Additions since last LTS
You can’t perform that action at this time.
0 commit comments