From e85795914de85f6af63a3486c860e9d4569b0ae9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Mar 2020 20:47:51 +0100 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler to 1.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1fbf765fec..89e98d48a4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ val scalaJSVersion = - Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.32") + Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.1") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.13")