Update mima to 0.7.0
This commit is contained in:
parent
ea4ab8118d
commit
c0f3ebbe09
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ object MiMa extends AutoPlugin {
|
|||
override def trigger = allRequirements
|
||||
|
||||
override val projectSettings = Seq(
|
||||
mimaReportSignatureProblems := true,
|
||||
mimaPreviousArtifacts := akkaPreviousArtifacts(name.value, organization.value, scalaBinaryVersion.value))
|
||||
|
||||
def akkaPreviousArtifacts(
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6")
|
|||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11")
|
||||
// sbt-osgi 0.9.5 is available but breaks including jdk9-only classes
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
|
||||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue