summaryrefslogtreecommitdiff
path: root/examples/demos/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-10 20:49:32 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-10 20:49:32 -0800
commit916476a310661a0b81011e0af429f356d5cd36e7 (patch)
treeae0515e87b30681dd291bd78276a8f2edb6e1a4e /examples/demos/build.sbt
parentaaea4afbf3b47d623f396cb1eae247fa92053032 (diff)
downloadhands-on-scala-js-916476a310661a0b81011e0af429f356d5cd36e7.tar.gz
hands-on-scala-js-916476a310661a0b81011e0af429f356d5cd36e7.tar.bz2
hands-on-scala-js-916476a310661a0b81011e0af429f356d5cd36e7.zip
Small cleanup, book is now acyclic
Diffstat (limited to 'examples/demos/build.sbt')
-rw-r--r--examples/demos/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/build.sbt b/examples/demos/build.sbt
index 7e6b685..20b9fca 100644
--- a/examples/demos/build.sbt
+++ b/examples/demos/build.sbt
@@ -4,7 +4,7 @@ name := "Example"
version := "0.1-SNAPSHOT"
-scalaVersion := "2.11.1"
+scalaVersion := "2.11.4"
libraryDependencies += "org.scala-lang.modules.scalajs" %%% "scalajs-dom" % "0.6"