From a798b04d999d7b2ee896c2909bf8d25c96bd532a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 4 Aug 2017 16:20:02 +0200 Subject: [PATCH] Switch to scala-js 0.6.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 873a980fa..e7969dcb9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ plugins_( "com.jsuereth" % "sbt-pgp" % "1.0.1", "com.typesafe.sbt" % "sbt-proguard" % "0.2.3", "com.github.gseitz" % "sbt-release" % "1.0.5", - "org.scala-js" % "sbt-scalajs" % "0.6.17", + "org.scala-js" % "sbt-scalajs" % "0.6.19", "org.scoverage" % "sbt-scoverage" % "1.4.0", "io.get-coursier" % "sbt-shading" % coursierVersion, "org.xerial.sbt" % "sbt-sonatype" % "1.1",