This is an automated email from the ASF dual-hosted git repository.

nvollmar 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 dcf2761  Update scala and pekko dependencies (#120)
dcf2761 is described below

commit dcf276119a5051530390429325941c0aed9e8c78
Author: Nicolas Vollmar <[email protected]>
AuthorDate: Tue Jan 9 10:50:09 2024 +0100

    Update scala and pekko dependencies (#120)
    
    * 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 98bcb25..0dd85f6 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]

Reply via email to