From 34f375933321059366a69c65bd67de4563ad3b6d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 10 Apr 2025 00:17:59 +0000 Subject: [PATCH] Update sbt-softwaremill-common to 2.0.22 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7feb9af6b9..0cf2fde079 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtSoftwareMillVersion = "2.0.20" +val sbtSoftwareMillVersion = "2.0.22" val scalaFmtVersion = "2.5.1" val sbtRevolverVersion = "0.10.0"