From c6fe0e6a9663719b2bb47c3454d40dbc019af109 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 8 Jun 2025 07:39:49 +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 4c560ef..ba99c94 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -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)