From 47f58cbe03b9d26ddd0881d0bb04aee29a1b4624 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 28 Jul 2023 00:05:12 +0000 Subject: [PATCH] Update sbt-softwaremill-common, ... to 2.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 48189b8..1db2cfd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtSoftwareMillVersion = "2.0.12" +val sbtSoftwareMillVersion = "2.0.13" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion) addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")