summaryrefslogtreecommitdiff
path: root/examples/crossBuilds/clientserver/project/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-09 17:10:11 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-09 17:10:11 -0800
commit52306f10ce3d1e462b171688de04b37174c0b74a (patch)
tree82dcc4d155f9701174528f6857b9de349b2b6bc9 /examples/crossBuilds/clientserver/project/build.sbt
parent978a138c02c07822ef71f31f71e552a9659a0a53 (diff)
downloadhands-on-scala-js-52306f10ce3d1e462b171688de04b37174c0b74a.tar.gz
hands-on-scala-js-52306f10ce3d1e462b171688de04b37174c0b74a.tar.bz2
hands-on-scala-js-52306f10ce3d1e462b171688de04b37174c0b74a.zip
update
Diffstat (limited to 'examples/crossBuilds/clientserver/project/build.sbt')
-rw-r--r--examples/crossBuilds/clientserver/project/build.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/crossBuilds/clientserver/project/build.sbt b/examples/crossBuilds/clientserver/project/build.sbt
new file mode 100644
index 0000000..5bd83ce
--- /dev/null
+++ b/examples/crossBuilds/clientserver/project/build.sbt
@@ -0,0 +1,4 @@
+/*project/build.sbt*/
+addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5")
+
+addSbtPlugin("com.lihaoyi" % "utest-js-plugin" % "0.2.4") \ No newline at end of file