In order to preload the Akka dependencies into your local cache you can download this repository and run the command that fits your preferred build tool:
- Maven:
mvn dependency:resolve - sbt:
sbt update - Gradle:
gradle conferenceWarmup --refresh-dependencies