From b17951d9f9fcafe920a7aad0af74b204af5f80c3 Mon Sep 17 00:00:00 2001 From: Sébastien Doeraene Date: Fri, 18 Mar 2016 12:47:23 +0100 Subject: Upgrade to Scala.js 0.6.8. This allows to remove the ugly workaround for default methods. There is also a slight adaptation for the new way to encode a reference to the JS global scope in the IR. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/plugins.sbt') diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c8b7737e..57bd46581 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.7") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8") -- cgit v1.2.3