Skip to content

Commit

Permalink
add mima plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 20, 2021
1 parent 262ba80 commit 861629b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -9,6 +9,8 @@ scalaVersion := "2.13.4"

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

mimaPreviousArtifacts := Set(organization.value %% name.value % "2.12.1")

resolvers += Resolver.sonatypeRepo("snapshots")

val scalaMajorVersion = SettingKey[Int]("scalaMajorVersion")
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -16,3 +16,5 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

0 comments on commit 861629b

Please sign in to comment.