Snapshots
Snapshots are published to the Sonatype Snapshot repository 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>snapshots-repo</id> <name>Sonatype snapshots</name> <url>https://oss.sonatype.org/content/repositories/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 Sonatype snapshots Alpakka Kafka files to see what versions are currently available.