summaryrefslogtreecommitdiff
path: root/examples/crossBuilds/clientserver2/project/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2015-02-04 04:43:41 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2015-02-04 04:43:41 -0800
commit49cf861b0a4e351e56ba797541d43cb1da345741 (patch)
tree5b84193ecd9eefc05bd9f27b1766e833064182ae /examples/crossBuilds/clientserver2/project/build.sbt
parent2e9a726bfbea4a25183a2649e4e0b85519fe8e8a (diff)
parent33129113b3ebf3dd656bd58c34af476fb852e2f6 (diff)
downloadhands-on-scala-js-49cf861b0a4e351e56ba797541d43cb1da345741.tar.gz
hands-on-scala-js-49cf861b0a4e351e56ba797541d43cb1da345741.tar.bz2
hands-on-scala-js-49cf861b0a4e351e56ba797541d43cb1da345741.zip
Merge pull request #19 from sjrd/scalajs-0.6
Upgrade and update the whole thing for Scala.js 0.6.0-RC2.
Diffstat (limited to 'examples/crossBuilds/clientserver2/project/build.sbt')
-rw-r--r--examples/crossBuilds/clientserver2/project/build.sbt4
1 files changed, 1 insertions, 3 deletions
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")