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 a2fa2cf use latest pekko snapshot versions (#64)
a2fa2cf is described below
commit a2fa2cfae35c20acc8507934a257a4a89223aef3
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 14 13:11:31 2023 +0100
use latest pekko snapshot versions (#64)
---
pekko-sample-cluster-client-grpc-java/pom.xml | 2 +-
pekko-sample-distributed-workers-scala/build.sbt | 2 +-
pekko-sample-persistence-dc-java/pom.xml | 2 +-
pekko-sample-persistence-dc-scala/build.sbt | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pekko-sample-cluster-client-grpc-java/pom.xml
b/pekko-sample-cluster-client-grpc-java/pom.xml
index c2f9a1c..ba099ac 100644
--- a/pekko-sample-cluster-client-grpc-java/pom.xml
+++ b/pekko-sample-cluster-client-grpc-java/pom.xml
@@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.1</pekko.version>
- <pekko.grpc.version>0.0.0-64-719d069a-SNAPSHOT</pekko.grpc.version>
+ <pekko.grpc.version>1.0.0-RC1-3-ae23c14d-SNAPSHOT</pekko.grpc.version>
</properties>
<repositories>
diff --git a/pekko-sample-distributed-workers-scala/build.sbt
b/pekko-sample-distributed-workers-scala/build.sbt
index 2fe1ce5..9553c4e 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-1102-939e199d-SNAPSHOT"
+val cassandraPluginVersion = "0.0.0-1111-f170d7eb-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 01384e5..a153738 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-1102-939e199d-SNAPSHOT</pekko-persistence-cassandra.version>
+
<pekko-persistence-cassandra.version>0.0.0-1111-f170d7eb-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 45ac902..5513ba4 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-1110-6b7494d3-SNAPSHOT"
+val cassandraPluginVersion = "0.0.0-1111-f170d7eb-SNAPSHOT"
val pekkoHttpVersion = "1.0.0"
val pekkoClusterManagementVersion = "1.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]