Alpakka 7.0.1 is not avaliable in mvn repo

Releases · akka/alpakka · GitHub says latest is 7.0.1
. But Maven latest is only 6
https://mvnrepository.com/artifact/com.lightbend.akka/akka-stream-alpakka-cassandra
Any clue when will 7.0.1 will be available

mvnrepository.com is just a search engine. I’ve seen it get wildly out of date with all kinds of artifacts (not just Akka). Have you checked the actual repo: https://repo.akka.io/maven ?

The Akka libraries are published to repo.akka.io not Maven Central anymore.

See Apache Cassandra • Alpakka Documentation for how to add the setting for your build tool.

2 Likes

Yeah, that’s interesting. It doesn’t look like mvnrepository even attempts to index repo.akka.io. I wonder if it’s worth contacting them.