Skip to content

Commit cc57ed2

Browse files
authored
Merge pull request #11 from lerna-stack/update-akka-entity-replication-2.0.0
👷chore: Update akka-entity-replication to 2.0.0
2 parents 6a3f9ee + 617e04b commit cc57ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
1313
name := "sample-akka-entity-replication",
1414
resolvers += Resolver.sonatypeRepo("snapshots"),
1515
libraryDependencies ++= Seq(
16-
"com.lerna-stack" %% "akka-entity-replication" % "1.0.0+142-165d1ced-SNAPSHOT",
16+
"com.lerna-stack" %% "akka-entity-replication" % "2.0.0",
1717
"com.typesafe.akka" %% "akka-persistence-cassandra" % "1.0.4",
1818
"com.typesafe.akka" %% "akka-http" % "10.2.1",
1919
"com.typesafe.akka" %% "akka-cluster" % AkkaVersion,

0 commit comments

Comments
 (0)