From f11d59e4852e7667073bab5998d3cc793f520d2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Nov 2023 21:01:30 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73fb34c..e84a7f5 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.5") \ No newline at end of file