From 699e7d5028328d4bb1516af046acef9a8ef58296 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 23:17:35 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 87df2c1..436638e 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.8") addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")