aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index a3faa13..733739e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,5 +2,6 @@ scalaVersion := "2.12.3"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.0.10",
+ "com.typesafe.akka" %% "akka-http-spray-json" % "10.0.10",
"io.spray" %% "spray-json" % "1.3.3"
)