From 8537fb0009cea3b64449f0c09a09e4a5dddd65c9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Sep 2023 23:17:46 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 87df2c1..d139612 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-js-engine" % "1.2.3") +addSbtPlugin("com.github.sbt" % "sbt-js-engine" % "1.3.1") addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")