From 45e8f9778e6f02f1335996c7afd80e0fe350e73b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:24:05 +0200 Subject: [PATCH] Update sbt-mima-plugin to 1.1.4 (#385) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c9d39e7b..c351b96f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ val scalafix = "0.12.1" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") // Scala Native support addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossVer)