File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
1820lazy val root = project
1921 .in(file(" ." ))
@@ -157,8 +159,8 @@ lazy val `binary-compat` = project
157159
158160lazy 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
281284val preRelease = " preRelease"
You can’t perform that action at this time.
0 commit comments