This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 797f5f0 upgrade cassandra plugin (#70)
797f5f0 is described below
commit 797f5f03683f3b568859b4ce1b8c4dd15cd5e726
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 21 10:00:29 2023 +0100
upgrade cassandra plugin (#70)
---
pekko-sample-distributed-workers-scala/build.sbt | 2 +-
pekko-sample-persistence-dc-java/pom.xml | 2 +-
pekko-sample-persistence-dc-scala/build.sbt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pekko-sample-distributed-workers-scala/build.sbt
b/pekko-sample-distributed-workers-scala/build.sbt
index 9553c4e..987f806 100644
--- a/pekko-sample-distributed-workers-scala/build.sbt
+++ b/pekko-sample-distributed-workers-scala/build.sbt
@@ -4,7 +4,7 @@ version := "1.0"
scalaVersion := "2.13.11"
val pekkoVersion = "1.0.1"
-val cassandraPluginVersion = "0.0.0-1111-f170d7eb-SNAPSHOT"
+val cassandraPluginVersion = "0.0.0-1114-8714f01e-SNAPSHOT"
val logbackVersion = "1.2.12"
// allow access to snapshots
diff --git a/pekko-sample-persistence-dc-java/pom.xml
b/pekko-sample-persistence-dc-java/pom.xml
index 1a50a68..7ae29ae 100644
--- a/pekko-sample-persistence-dc-java/pom.xml
+++ b/pekko-sample-persistence-dc-java/pom.xml
@@ -31,7 +31,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.1</pekko.version>
-
<pekko-persistence-cassandra.version>0.0.0-1111-f170d7eb-SNAPSHOT</pekko-persistence-cassandra.version>
+
<pekko-persistence-cassandra.version>0.0.0-1114-8714f01e-SNAPSHOT</pekko-persistence-cassandra.version>
<pekko-http.version>1.0.0</pekko-http.version>
<pekko-management.version>1.0.0</pekko-management.version>
</properties>
diff --git a/pekko-sample-persistence-dc-scala/build.sbt
b/pekko-sample-persistence-dc-scala/build.sbt
index 5513ba4..d70fad9 100644
--- a/pekko-sample-persistence-dc-scala/build.sbt
+++ b/pekko-sample-persistence-dc-scala/build.sbt
@@ -4,7 +4,7 @@ name := "pekko-sample-replicated-event-sourcing-scala"
scalaVersion := "2.13.11"
val pekkoVersion = "1.0.1"
-val cassandraPluginVersion = "0.0.0-1111-f170d7eb-SNAPSHOT"
+val cassandraPluginVersion = "0.0.0-1114-8714f01e-SNAPSHOT"
val pekkoHttpVersion = "1.0.0"
val pekkoClusterManagementVersion = "1.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]