playframework/play-ws

Cross-build to Scala 2.13.0-M5

dwijnand opened this issue · 6 comments

Blocked on:

how much of Akka do you need? is just actors enough, or you need more?

@SethTisue we need akka-streams (and its transitive dependencies) and also Akka HTTP (only used for tests here):

val akkaVersion = "2.5.17"
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.0")

We have published an experimental 2.13.0-M5 artifact of Akka 2.5.19 to Maven Central

akka-http (10.1.7) is available too

play-ws 2.0.1 is now published with Scala 2.13.0-M5 support. :-)