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 03:17:58 +0300
committerGitHub <noreply@github.com>2017-01-22 03:17:58 +0300
commit266c7a5013c7f8b6f5b3201c2ea09b3dcef2dcd0 (patch)
treef3c3301676728e8582f78cd9b0d1c81890e6c4bb
parent8ffa0b5676a56957a5212ef495300625f4936532 (diff)
Bump spray-json to v1.3.3 (#51)
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
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",