From e60817ca93f965c061b02b3aae75f631fe17d400 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Feb 2026 23:17:56 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 725ef2eb..939f5ffd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // compliance addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") // release addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // docs