summaryrefslogtreecommitdiff
path: root/examples/demos/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/build.sbt')
-rw-r--r--examples/demos/build.sbt8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/demos/build.sbt b/examples/demos/build.sbt
index 7b0d9e1..6a7b10c 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-RC1"
+libraryDependencies += "com.lihaoyi" %%% "upickle" % "0.2.6"
-libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.7.0"
+libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.8.0"
-libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.4.3-RC1"
+libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.4.5"
-libraryDependencies += "com.lihaoyi" %%% "scalarx" % "0.2.7-RC1"
+libraryDependencies += "com.lihaoyi" %%% "scalarx" % "0.2.7"
libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2" \ No newline at end of file