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(
13
13
|
14
14
|See the NOTICE file distributed with this work for
15
15
|additional information regarding copyright ownership.
16
- | """ .stripMargin)))
16
+ | """ .stripMargin)),
17
+ mimaPreviousVersion := Some (" 2.1.1" ),
18
+ )
17
19
18
20
lazy val root = project
19
21
.in(file(" ." ))
@@ -157,8 +159,8 @@ lazy val `binary-compat` = project
157
159
158
160
lazy val `scalafix-rules` = project
159
161
.in(file(" scalafix/rules" ))
160
- .settings(commonSettings)
161
162
.settings(scalaModuleSettings)
163
+ .settings(commonSettings)
162
164
.settings(
163
165
organization := (organization in compat212JVM).value,
164
166
publishTo := (publishTo in compat212JVM).value,
@@ -275,7 +277,8 @@ lazy val dontPublish = Seq(
275
277
publishArtifact := false ,
276
278
packagedArtifacts := Map .empty,
277
279
publish := {},
278
- publishLocal := {}
280
+ publishLocal := {},
281
+ mimaPreviousVersion := None ,
279
282
)
280
283
281
284
val preRelease = " preRelease"
You can’t perform that action at this time.
0 commit comments