From 3b15b1570c09bc6ef04cbb14493f7358b6e3ddfc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 29 Feb 2024 00:23:22 +0000 Subject: [PATCH] Update sbt-softwaremill-browser-test-js, ... to 2.0.20 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index accb113..39f0112 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2") -val sbtSoftwareMillVersion = "2.0.19" +val sbtSoftwareMillVersion = "2.0.20" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion)