Skip to content

Commit 861629b

Browse files
committed
add mima plugin
1 parent 262ba80 commit 861629b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ scalaVersion := "2.13.4"
99

1010
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.4")
1111

12+
mimaPreviousArtifacts := Set(organization.value %% name.value % "2.12.1")
13+
1214
resolvers += Resolver.sonatypeRepo("snapshots")
1315

1416
val scalaMajorVersion = SettingKey[Int]("scalaMajorVersion")

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
1616
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
1717

1818
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
19+
20+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

0 commit comments

Comments
 (0)