From 89dd22b875ae99dc728d33eb28ace05c8dfd9b6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 05:03:53 +0200 Subject: Update sbt-mima-plugin to 0.9.1 (#1915) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6021b078..5ee58c07 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") -- cgit v1.2.3