From 9839df4ce5c8370891ea19d1fcd4db1ebbeb636b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 8 Feb 2020 15:06:04 +0100 Subject: [PATCH] Update sbt-mima-plugin to 0.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 738eae6..b8ad48a 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.5") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4") addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") // set version, scmInfo, publishing settings