Snapshots
Snapshots are published to the Sonatype Snapshot repository after every successful build on main. Add the following to your project build definition to resolve Akka Projection’s 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
-
resolvers += Resolver.sonatypeRepo("snapshots")
- Gradle
-
repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots" } }
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 Akka Projection files to see what versions are currently available.