summaryrefslogtreecommitdiff
path: root/examples/demos/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-28 22:11:38 +0800
commit7006cebd061784900233c405ce03665151b86010 (patch)
tree5809b127984508a436f6806d94132c29ea2b8fee /examples/demos/build.sbt
parentac86ffc25a169585fffffd2535e856b9826e78ad (diff)
downloadhands-on-scala-js-7006cebd061784900233c405ce03665151b86010.tar.gz
hands-on-scala-js-7006cebd061784900233c405ce03665151b86010.tar.bz2
hands-on-scala-js-7006cebd061784900233c405ce03665151b86010.zip
better scrolling
Diffstat (limited to 'examples/demos/build.sbt')
-rw-r--r--examples/demos/build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/demos/build.sbt b/examples/demos/build.sbt
index 6a7b10c..9190612 100644
--- a/examples/demos/build.sbt
+++ b/examples/demos/build.sbt
@@ -10,12 +10,12 @@ scalaVersion := "2.11.4"
libraryDependencies += "com.lihaoyi" %% "acyclic" % "0.1.2" % "provided"
-libraryDependencies += "com.lihaoyi" %%% "upickle" % "0.2.6"
+libraryDependencies += "com.lihaoyi" %%% "upickle" % "0.2.7"
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.8.0"
-libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.4.5"
+libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.4.6"
-libraryDependencies += "com.lihaoyi" %%% "scalarx" % "0.2.7"
+libraryDependencies += "com.lihaoyi" %%% "scalarx" % "0.2.8"
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2" \ No newline at end of file