From dfbf41b65beaa082a23647c96a834148c685a9c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Mar 2023 04:26:42 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..10e75764b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") // Static code analysis addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") // Test Coverage addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")