Skip to content

Commit ba9df14

Browse files
authored
Merge pull request #397 from typelevel/2.2.1
v2.2.0 is also cursed
2 parents 24d8763 + 4ff663d commit ba9df14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ lazy val commonSettings = Seq(
115115
),
116116
// Cursed tags
117117
mimaPreviousArtifacts ~= (_.filterNot(m =>
118-
Set("2.1.1", "2.1.2", "2.1.3", "2.1.4", "2.1.5", "2.1.6", "2.1.11", "2.1.12").contains(m.revision)
118+
Set("2.1.1", "2.1.2", "2.1.3", "2.1.4", "2.1.5", "2.1.6", "2.1.11", "2.1.12", "2.2.0").contains(m.revision)
119119
)
120120
)
121121
)

0 commit comments

Comments
 (0)