From 2f1f6f1f41bc54db7697e78cf86dcc80b781ceb4 Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Thu, 30 Oct 2014 20:59:29 +0100 Subject: [PATCH] update to Akka streams 0.10-M1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28a739b..1d3849e 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ resolvers += "spring" at "http://repo.spring.io/libs-milestone" scalaVersion := "2.11.4" libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-stream-experimental" % "0.9-SNAPSHOT", + "com.typesafe.akka" %% "akka-stream-experimental" % "0.10-M1", "io.reactivex" % "rxjava-reactive-streams" % "0.3.0", "io.ratpack" % "ratpack-rx" % "0.9.10-SNAPSHOT", "io.ratpack" % "ratpack-test" % "0.9.10-SNAPSHOT",