From bf9d004387fdb6392717b8463864d02cb659537f Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:11:43 +0000 Subject: [PATCH] Upgrade sbt-mima-plugin from 1.1.3 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 2b4ce59..cd2ff3f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -27,4 +27,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")