Skip to content

Commit f72b090

Browse files
committed
Fix rebase breakage
1 parent 740c8e4 commit f72b090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MiMaFilters.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object MiMaFilters {
7676
val ForwardsBreakingChanges: Map[String, Seq[ProblemFilter]] = Map(
7777
// Additions that require a new minor version of tasty core
7878
Build.previousDottyVersion -> Seq(
79-
ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.FLEXIBLEtype")
79+
ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.FLEXIBLEtype"),
8080
ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.TRACKED"),
8181
),
8282

0 commit comments

Comments
 (0)