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.sbt4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/demos/build.sbt b/examples/demos/build.sbt
index 040f9fd..fb79984 100644
--- a/examples/demos/build.sbt
+++ b/examples/demos/build.sbt
@@ -8,9 +8,7 @@ version := "0.1-SNAPSHOT"
scalaVersion := "2.11.4"
-libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "0.5.1"
-
-
+libraryDependencies += "com.lihaoyi" %% "acyclic" % "0.1.2" % "provided"
libraryDependencies += "com.lihaoyi" %%% "upickle" % "0.2.5"