From 392e240d1998c9347ff22ee6382c78785d0aae10 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 16 Jun 2026 01:25:54 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ee7fb09d3..9d4fac88d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-tes addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.4") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6")