From 3f2b1575f589f1398c9f35acdba6619d0702bcdc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jun 2026 01:12:19 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..d735a42a7 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.6") // Test Coverage addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")