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

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new f63aaec  Update scala-library to 3.9.0 (#365)
f63aaec is described below

commit f63aaec62df5622f2997af6b4c5a27607e43771a
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 4 21:31:51 2026 +0200

    Update scala-library to 3.9.0 (#365)
    
    * Update scala-library to 3.9.0
    
    * Update Scala version to 2.13.18 in build.sbt
    
    * Update Scala version from 3.8 to 3.9 in CI workflow
    
    ---------
    
    Co-authored-by: PJ Fanning <[email protected]>
---
 .github/workflows/check-build-test.yml | 2 +-
 build.sbt                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 7cb1981..5f96b37 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -79,7 +79,7 @@ jobs:
         include:
           - { java-version: 17,  scala-version: 2.13, sbt-opts: '' }
           - { java-version: 17,  scala-version: 3.3, sbt-opts: '' }
-          - { java-version: 17,  scala-version: 3.8, sbt-opts: '' }
+          - { java-version: 17,  scala-version: 3.9, sbt-opts: '' }
     steps:
       - name: Checkout
         uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
diff --git a/build.sbt b/build.sbt
index d7470ea..e5e5de9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -46,7 +46,7 @@ lazy val root = Project(
   .settings(
     name := "pekko-persistence-dynamodb",
     scalaVersion := "2.13.18",
-    crossScalaVersions := Seq("2.13.18", "3.3.8", "3.8.4"),
+    crossScalaVersions := Seq("2.13.18", "3.3.8", "3.9.0"),
     crossVersion := CrossVersion.binary,
     libraryDependencies ++= Seq(
       "com.amazonaws" % "aws-java-sdk-core" % amzVersion,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to