From 55d64864adb8df90f73b1265cd519e2d63e6748f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Oct 2020 19:02:59 +0200 Subject: [PATCH] Update sbt-mima-plugin to 0.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e95b2a6..e19e37e 100644 --- a/build.sbt +++ b/build.sbt @@ -6,6 +6,6 @@ licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/L addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") // set version, scmInfo, publishing settings