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