From 7af6d5647fdb650816cd87f07f3b985234e7e243 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 19 Oct 2024 00:12:16 +0000 Subject: [PATCH] Update sbt-softwaremill-common to 2.0.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b477c99..0e2f87e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtSoftwareMillVersion = "2.0.18" +val sbtSoftwareMillVersion = "2.0.21" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)