Skip to content

Commit 9dcf657

Browse files
authored
Merge pull request #229 from dwijnand/mima
Set up MiMa
2 parents a6ae5c6 + 3e4573c commit 9dcf657

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.sbt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ lazy val commonSettings = Seq(
1313
|
1414
|See the NOTICE file distributed with this work for
1515
|additional information regarding copyright ownership.
16-
|""".stripMargin)))
16+
|""".stripMargin)),
17+
mimaPreviousVersion := Some("2.1.1"),
18+
)
1719

1820
lazy val root = project
1921
.in(file("."))
@@ -157,8 +159,8 @@ lazy val `binary-compat` = project
157159

158160
lazy val `scalafix-rules` = project
159161
.in(file("scalafix/rules"))
160-
.settings(commonSettings)
161162
.settings(scalaModuleSettings)
163+
.settings(commonSettings)
162164
.settings(
163165
organization := (organization in compat212JVM).value,
164166
publishTo := (publishTo in compat212JVM).value,
@@ -275,7 +277,8 @@ lazy val dontPublish = Seq(
275277
publishArtifact := false,
276278
packagedArtifacts := Map.empty,
277279
publish := {},
278-
publishLocal := {}
280+
publishLocal := {},
281+
mimaPreviousVersion := None,
279282
)
280283

281284
val preRelease = "preRelease"

0 commit comments

Comments
 (0)