Browse Source

spray: update to snapshot with fixed pipelining support

Johannes Rudolph 12 năm trước cách đây
mục cha
commit
0ebf827198
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"