aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-06-13 17:03:24 -0700
committerJakob Odersky <jakob@driver.xyz>2018-06-13 17:03:24 -0700
commitae7456c63b4d718097a220885b295bacb2cf25e3 (patch)
treec61113d74c2181e273e908cab0a3085b62369219
parenta19f1470ff156186b944738a7d654913171dccc4 (diff)
downloadtracing-ae7456c63b4d718097a220885b295bacb2cf25e3.tar.gz
tracing-ae7456c63b4d718097a220885b295bacb2cf25e3.tar.bz2
tracing-ae7456c63b4d718097a220885b295bacb2cf25e3.zip
Upgrade sprayv0.1.2
-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",
)