Skip to content

Commit

Permalink
update to Akka streams 0.10-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Oct 30, 2014
1 parent 7124906 commit 2f1f6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f1f6f1

Please sign in to comment.