Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2017-01-22 02:56:46 +0300
committerGitHub <noreply@github.com>2017-01-22 02:56:46 +0300
commit7ab9939337c57e361d496702d407a524495e41b6 (patch)
tree5bb85289425e8b9ad1b9f319c2e410b4347c6698
parent245b0b70fcd588aab91cd84c7c5c56491a5a785f (diff)
Bump Spray to v1.3.4 (#48)
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
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,