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/simple/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/crossBuilds/simple/build.sbt') diff --git a/examples/crossBuilds/simple/build.sbt b/examples/crossBuilds/simple/build.sbt index f1cda7e..ce296c4 100644 --- a/examples/crossBuilds/simple/build.sbt +++ b/examples/crossBuilds/simple/build.sbt @@ -3,7 +3,7 @@ val sharedSettings = Seq( baseDirectory.value / "shared" / "main" / "scala" ) -lazy val js = project.in(file("js")).settings(scalaJSSettings:_*) +lazy val js = project.in(file("js")).enablePlugins(ScalaJSPlugin) .settings(sharedSettings:_*) lazy val jvm = project.in(file("jvm")).settings(sharedSettings:_*) \ No newline at end of file -- cgit v1.2.3