From dcfe1aa088bbf43180dccc0b52955a728d3da991 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 21:53:41 +0000 Subject: [PATCH] Update sbt-js-engine to 1.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73fb34c..bf2b586 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.8") \ No newline at end of file