From d97f9a207386fd477b4007d9a81fe5c78365cd2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 Sep 2019 03:37:01 +0200 Subject: [PATCH] Update sbt-mima-plugin to 0.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b1f347c..c88615c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.5.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")