From 58b9916265eba4038df0950cbcab70642e96b04c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 4 Jun 2025 00:23:11 +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 dff5924..7dd3b8c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0") -val sbtSoftwareMillVersion = "2.0.20" +val sbtSoftwareMillVersion = "2.0.26" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)