From 33129113b3ebf3dd656bd58c34af476fb852e2f6 Mon Sep 17 00:00:00 2001 From: Sébastien Doeraene Date: Thu, 29 Jan 2015 17:50:33 +0100 Subject: Upgrade and update the whole thing for Scala.js 0.6.0-RC2. Both the builds, as well as the text of the book, have been completely updated for Scala.js 0.6.x. --- examples/crossBuilds/clientserver2/project/build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/crossBuilds/clientserver2/project/build.sbt') diff --git a/examples/crossBuilds/clientserver2/project/build.sbt b/examples/crossBuilds/clientserver2/project/build.sbt index 7c60a91..f969143 100644 --- a/examples/crossBuilds/clientserver2/project/build.sbt +++ b/examples/crossBuilds/clientserver2/project/build.sbt @@ -1,5 +1,3 @@ /*project/build.sbt*/ -addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5") - -addSbtPlugin("com.lihaoyi" % "utest-js-plugin" % "0.2.4") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.0-RC2") -- cgit v1.2.3