From 6031ead59358e7efc396945c2274e58a18698d75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 02:02:54 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73fb34c..4f73e56 100644 --- a/build.sbt +++ b/build.sbt @@ -67,4 +67,4 @@ lazy val root = (project in file(".")) * So I guess plugins added to the root of the project's build.sbt * are inherited by the consuming project? Works for me... */ -addSbtPlugin("com.typesafe.sbt" % "sbt-js-engine" % "1.2.3") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-js-engine" % "1.3.9") \ No newline at end of file