Skip to content

Commit 4ff663d

Browse files
committed
v2.2.0 is also cursed
1 parent 1a8181f commit 4ff663d

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
@@ -113,7 +113,7 @@ lazy val commonSettings = Seq(
113113
),
114114
// Cursed tags
115115
mimaPreviousArtifacts ~= (_.filterNot(m =>
116-
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)
116+
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)
117117
)
118118
)
119119
)

0 commit comments

Comments
 (0)