We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740c8e4 commit f72b090Copy full SHA for f72b090
project/MiMaFilters.scala
@@ -76,7 +76,7 @@ object MiMaFilters {
76
val ForwardsBreakingChanges: Map[String, Seq[ProblemFilter]] = Map(
77
// Additions that require a new minor version of tasty core
78
Build.previousDottyVersion -> Seq(
79
- ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.FLEXIBLEtype")
+ ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.FLEXIBLEtype"),
80
ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.TRACKED"),
81
),
82
0 commit comments