akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/libraries/alpakka/current/
Other
1.26k stars 643 forks source link

Alpakka PubSub for Scala 2.13 #1994

Closed btomala closed 5 years ago

btomala commented 5 years ago

I asked this question here https://discuss.lightbend.com/t/alpakka-pubsub-for-scala-2-13/5226 but didn't get any response there in 18 days. So I'm asking it again here.

I found that akka-stream-alpakka-google-cloud-pub-sub is not released for 2.13 any more. There is no 1.1.x version for scala 2.13 in maven 3. Previous version 1.0.x has support for milestone version of 2.13.

I found that release note for 1.1.x 2 said that Versions for Scala 2.13.0 is released.

How can we fix this? Or where I can find it if it is not released to central maven repository?

ennru commented 5 years ago

Answered on the forum.

francisdb commented 5 years ago

@btomala 2.0.0-M1 has been released containing the pub-sub module for 2.13

btomala commented 5 years ago

Thanks!