From 71a74cab1e6a7289498716a1e138a2eeb1c6f89a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 04:39:00 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 87df2c1..e1bd2d9 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.9") addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")