This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 7c02b52 Update pekko snapshot
7c02b52 is described below
commit 7c02b5217e43249fb385730291cba9054bdc017b
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat Mar 25 11:34:23 2023 +0100
Update pekko snapshot
---
project/Dependencies.scala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 32df667..9b92562 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -17,16 +17,16 @@ object Dependencies {
val scala3Version = "3.1.2" // not yet enabled - missing
pekko-http/pekko-management Scala 3 artifacts
val scalaVersions = Seq(scala212Version, scala213Version)
- val pekkoVersion = System.getProperty("override.pekko.version",
"0.0.0+26599-83545a33-SNAPSHOT")
+ val pekkoVersion = System.getProperty("override.pekko.version",
"0.0.0+26623-85c2a469-SNAPSHOT")
val pekkoVersionInDocs = "current"
val cassandraVersionInDocs = "4.0"
// Should be sync with the version of the driver in Pekko Connectors
Cassandra
val driverVersionInDocs = "4.6"
- val pekkoConnectorsVersion = "0.0.0+54-ee23f1bc-SNAPSHOT"
+ val pekkoConnectorsVersion = "0.0.0+62-041915c9-SNAPSHOT"
val pekkoConnectorsVersionInDocs = "current"
// for example
- val pekkoManagementVersion = "0.0.0+707-9cd493ec-SNAPSHOT"
+ val pekkoManagementVersion = "0.0.0+710-b49055bd-SNAPSHOT"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.10"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]