From d24b4ee64df4d867f2f59d9188b916182c306cc5 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 4 Jun 2025 00:21:46 +0000 Subject: [PATCH] Update sbt-softwaremill-common, ... to 2.0.26 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cefe0a8d..bf723d0e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0") -val sbtSoftwareMillVersion = "2.0.25" +val sbtSoftwareMillVersion = "2.0.26" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)