From 266c7a5013c7f8b6f5b3201c2ea09b3dcef2dcd0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 21 Jan 2017 16:17:58 -0800 Subject: Bump spray-json to v1.3.3 (#51) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ea66c6..0eea957 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ libraryDependencies ++= { "io.spray" %% "spray-can" % sprayV, "io.spray" %% "spray-routing" % sprayV, "io.spray" %% "spray-testkit" % sprayV % "test", - "io.spray" %% "spray-json" % "1.3.1", + "io.spray" %% "spray-json" % "1.3.3", "com.typesafe.akka" %% "akka-actor" % akkaV, "com.typesafe.akka" %% "akka-slf4j" % akkaV, "com.typesafe.akka" %% "akka-testkit" % akkaV % "test", -- cgit v1.2.3