From 7ab9939337c57e361d496702d407a524495e41b6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 21 Jan 2017 15:56:46 -0800 Subject: Bump Spray to v1.3.4 (#48) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdc8c59..ca27b59 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.9" libraryDependencies ++= { val akkaV = "2.3.9" - val sprayV = "1.3.2" + val sprayV = "1.3.4" Seq( "io.spray" %% "spray-can" % sprayV, "io.spray" %% "spray-routing" % sprayV, -- cgit v1.2.3