aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorSébastien Doeraene <sjrdoeraene@gmail.com>2016-03-18 12:47:23 +0100
committerSébastien Doeraene <sjrdoeraene@gmail.com>2016-03-18 12:47:23 +0100
commitb17951d9f9fcafe920a7aad0af74b204af5f80c3 (patch)
tree35717b72d2bcff11e2fb261b8350968d7e9b2cb5 /project/plugins.sbt
parenta675cbf90ce3dee2773aec376125054edefb895f (diff)
downloaddotty-b17951d9f9fcafe920a7aad0af74b204af5f80c3.tar.gz
dotty-b17951d9f9fcafe920a7aad0af74b204af5f80c3.tar.bz2
dotty-b17951d9f9fcafe920a7aad0af74b204af5f80c3.zip
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.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
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")