aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index dfa439d..e9f05f7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http-spray-json" % "10.1.1",
"com.typesafe.akka" %% "akka-actor" % "2.5.13",
"com.typesafe.akka" %% "akka-stream" % "2.5.13",
- "io.spray" %% "spray-json" % "1.3.3",
+ "io.spray" %% "spray-json" % "1.3.4",
"com.typesafe.akka" %% "akka-http-testkit" % "10.1.1" % "test",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
)