Snapshots
Snapshots are published to a repository in Bintray after every successful build on master. Add the following to your project build definition to resolve Alpakka Kafka connector snapshots:
Configure repository
- Maven
-
<project> ... <repositories> <repository> <id>alpakka-kafka-snapshots</id> <name>Alpakka Kafka Snapshots</name> <url>https://dl.bintray.com/akka/snapshots</url> </repository> </repositories> ... </project>
- sbt
- Gradle
Documentation
The snapshot documentation is updated with every snapshot build.
Versions
Latest published snapshot version is
The snapshot repository is cleaned from time to time with no further notice. Check Bintray Alpakka Kafka files to see what versions are currently available.