From 92ce1499aad15181cd84f917d3b68e53a6947d22 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 4 Jun 2025 00:10:45 +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 1583d49..b47cf97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtSoftwareMillVersion = "2.0.20" +val sbtSoftwareMillVersion = "2.0.26" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)