From 174baed56f93659a39729201227e4ed12ca9d654 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 16 Jun 2026 01:25:34 +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 11fb46a..7425770 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion) addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6")