This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch wip-akka-22.10-patriknw in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
commit d858b23705c072f789611bae61888d690710112f Author: Patrik Nordwall <[email protected]> AuthorDate: Thu Oct 27 14:28:08 2022 +0200 oops AAkka --- akka-sample-persistence-dc-scala/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-sample-persistence-dc-scala/build.sbt b/akka-sample-persistence-dc-scala/build.sbt index f4d72e4..6778133 100644 --- a/akka-sample-persistence-dc-scala/build.sbt +++ b/akka-sample-persistence-dc-scala/build.sbt @@ -4,7 +4,7 @@ name := "akka-sample-replicated-event-sourcing-scala" scalaVersion := "2.13.10" val AkkaVersion = "2.7.0" -val AAkkaPersistenceCassandraVersion = "1.1.0" +val AkkaPersistenceCassandraVersion = "1.1.0" val AkkaHttpVersion = "10.4.0" val AkkaClusterManagementVersion = "1.2.0" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
