From c080b81d5f6215dc8088bcecd7e3e1d4659f14aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 11:02:37 +0200 Subject: [PATCH] Update sbt-mima-plugin to 0.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b9bf30b..be42fdf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")