We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a3f9ee + 617e04b commit cc57ed2Copy full SHA for cc57ed2
build.sbt
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
13
name := "sample-akka-entity-replication",
14
resolvers += Resolver.sonatypeRepo("snapshots"),
15
libraryDependencies ++= Seq(
16
- "com.lerna-stack" %% "akka-entity-replication" % "1.0.0+142-165d1ced-SNAPSHOT",
+ "com.lerna-stack" %% "akka-entity-replication" % "2.0.0",
17
"com.typesafe.akka" %% "akka-persistence-cassandra" % "1.0.4",
18
"com.typesafe.akka" %% "akka-http" % "10.2.1",
19
"com.typesafe.akka" %% "akka-cluster" % AkkaVersion,
0 commit comments