This is an automated email from the ASF dual-hosted git repository.
nvollmar pushed a commit to branch 1.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new d908a68 Update scala and pekko dependencies (#120) (#122)
d908a68 is described below
commit d908a68a3d2d7c2e01154bc43e27b43a1f49e6f8
Author: Nicolas Vollmar <[email protected]>
AuthorDate: Tue Jan 9 13:43:58 2024 +0100
Update scala and pekko dependencies (#120) (#122)
* update scala versions
* updates pekko version
---
project/Dependencies.scala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 33e0e5a..7c53010 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -12,11 +12,11 @@ import sbt._
object Dependencies {
// keep in sync with .github/workflows/unit-tests.yml
val scala212Version = "2.12.18"
- val scala213Version = "2.13.11"
- val scala3Version = "3.3.0"
+ val scala213Version = "2.13.12"
+ val scala3Version = "3.3.1"
val scalaVersions = Seq(scala212Version, scala213Version, scala3Version)
- val pekkoVersion = System.getProperty("override.pekko.version", "1.0.1")
+ val pekkoVersion = System.getProperty("override.pekko.version", "1.0.2")
val pekkoVersionInDocs = "1.0"
val cassandraVersionInDocs = "4.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]