From 141e8a8b9b5177921701309e7355c6bfbd683523 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 2 Sep 2023 00:12:05 +0000 Subject: [PATCH] Update sbt-softwaremill-common, ... to 2.0.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cc12c333..0f5844af 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") -val sbtSoftwareMillVersion = "2.0.13" +val sbtSoftwareMillVersion = "2.0.17" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)