summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 729ded9..2a1e7e4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -41,6 +41,6 @@ resolvers += "typesafe" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies ++= Seq(
"io.spray" % "spray-can" % "1.3.1",
"io.spray" % "spray-routing" % "1.3.1",
- "com.typesafe.akka" %% "akka-actor" % "2.3.0",
- "com.typesafe.play" %% "play-json" % "2.2.2"
+ "com.typesafe.akka" %% "akka-actor" % "2.3.0",
+ "com.lihaoyi" %% "upickle" % "0.2.1"
)