From 9b4eb499f68bffd3b1ec0e47eb51e8ab142ce54a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Feb 2026 20:20:35 +0000 Subject: [PATCH] [8.x] sbt-mima-plugin 1.1.5 (was 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 945d1571..2f016c39 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")