We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262ba80 commit 861629bCopy full SHA for 861629b
build.sbt
@@ -9,6 +9,8 @@ scalaVersion := "2.13.4"
9
10
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.4")
11
12
+mimaPreviousArtifacts := Set(organization.value %% name.value % "2.12.1")
13
+
14
resolvers += Resolver.sonatypeRepo("snapshots")
15
16
val scalaMajorVersion = SettingKey[Int]("scalaMajorVersion")
project/plugins.sbt
@@ -16,3 +16,5 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
17
18
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
19
20
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
0 commit comments