summaryrefslogtreecommitdiff
path: root/examples/crossBuilds/clientserver/project/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2015-03-12 20:13:25 +0800
committerLi Haoyi <haoyi@dropbox.com>2015-03-12 20:13:25 +0800
commitd9ff9e89f02959bed4ffd4fdfbd1d93c0ff0fb71 (patch)
tree5b41abe7cfc748e40ada28c59745d8eb64a5bfd8 /examples/crossBuilds/clientserver/project/build.sbt
parentac86ffc25a169585fffffd2535e856b9826e78ad (diff)
downloadhands-on-scala-js-d9ff9e89f02959bed4ffd4fdfbd1d93c0ff0fb71.tar.gz
hands-on-scala-js-d9ff9e89f02959bed4ffd4fdfbd1d93c0ff0fb71.tar.bz2
hands-on-scala-js-d9ff9e89f02959bed4ffd4fdfbd1d93c0ff0fb71.zip
better scrolling
Diffstat (limited to 'examples/crossBuilds/clientserver/project/build.sbt')
-rw-r--r--examples/crossBuilds/clientserver/project/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/crossBuilds/clientserver/project/build.sbt b/examples/crossBuilds/clientserver/project/build.sbt
index 2e982c3..64e56f2 100644
--- a/examples/crossBuilds/clientserver/project/build.sbt
+++ b/examples/crossBuilds/clientserver/project/build.sbt
@@ -1,4 +1,4 @@
/*project/build.sbt*/
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.4")