From b463f5989d3f8e1ead98e4229b21f78e77e9f2bd Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sat, 29 Apr 2017 17:38:23 +0200 Subject: [PATCH] Switch to scala-js 0.6.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ffa8bf444..0d3e4914a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ plugins_( "com.jsuereth" % "sbt-pgp" % "1.0.0", "com.typesafe.sbt" % "sbt-proguard" % "0.2.2", "com.github.gseitz" % "sbt-release" % "1.0.4", - "org.scala-js" % "sbt-scalajs" % "0.6.15", + "org.scala-js" % "sbt-scalajs" % "0.6.16", "org.scoverage" % "sbt-scoverage" % "1.4.0", "io.get-coursier" % "sbt-shading" % coursierVersion, "org.xerial.sbt" % "sbt-sonatype" % "1.1",