From f8a5c676999a4e71c10312a77802e3b928cce567 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 17 Sep 2023 00:13:48 +0000 Subject: [PATCH] Update sbt-softwaremill-common to 2.0.18 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f2ddc2455f..b475354dbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtSoftwareMillVersion = "2.0.12" +val sbtSoftwareMillVersion = "2.0.18" val scalaFmtVersion = "2.5.1" val sbtRevolverVersion = "0.10.0"