Browse Source

Merge pull request #348 from jrudolph/fix-spray-pipelining

spray: update to snapshot with better pipelining support
Patrick Falls 12 years ago
parent
commit
f2f0924d6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spray/build.sbt

+ 1 - 1
spray/build.sbt

@@ -15,7 +15,7 @@ resolvers ++= Seq(
 
 libraryDependencies ++= Seq(
   "io.spray" %% "spray-json" % "1.2.4",
-  "io.spray" % "spray-can" % "1.1-M8",
+  "io.spray" % "spray-can" % "1.1-20130619",
   "com.typesafe.akka" %%  "akka-actor" % "2.1.2",
   "com.typesafe.akka" %%  "akka-slf4j" % "2.1.2",
   "ch.qos.logback"% "logback-classic" % "1.0.12" % "runtime"