From 7938698c4403022e73a9123feaf8abd06751003f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2020 20:15:06 +0100 Subject: [PATCH] Update scalajs-compiler to 0.6.32 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22159cda..147edebc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ libraryDependencies += "commons-io" % "commons-io" % "2.6" addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.31") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.32") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")