From e88db6aca7534784a27b7438829c3367ce9afe82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 May 2021 19:01:27 +0200 Subject: Update sbt-mima-plugin to 0.9.0 (#2217) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f0f275d0..b897964c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") -- cgit v1.2.3