From 82016cbea2adf5bef75bda403ba438a63c3788fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 09:11:27 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..256bc5d33 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.4") // Test Coverage addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")