summaryrefslogtreecommitdiff
path: root/examples/demos/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-14 15:44:54 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-14 15:44:54 -0800
commit64b283eb61f2c20e39e4c55e8696522569420028 (patch)
tree875fdb95af7991717c63cb45be3f00eb70d7408d /examples/demos/build.sbt
parentac06ede92a8be7a064e30364161d2610e547e988 (diff)
downloadhands-on-scala-js-64b283eb61f2c20e39e4c55e8696522569420028.tar.gz
hands-on-scala-js-64b283eb61f2c20e39e4c55e8696522569420028.tar.bz2
hands-on-scala-js-64b283eb61f2c20e39e4c55e8696522569420028.zip
lots of cleanip
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"