From 5e35e40dbf56e98344966b531b144454a1b45a48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 10 Jun 2024 19:38:39 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73fb34c..31aee96 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.7") \ No newline at end of file