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-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 6e0dbf32 Update scala-library to 3.9.0 (#605)
6e0dbf32 is described below
commit 6e0dbf327816513bd68b1e2d795a800062b13603
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 4 20:42:14 2026 +0200
Update scala-library to 3.9.0 (#605)
* Update scala-library to 3.9.0
* Update Scala versions in Dependencies.scala
* Update h2-test.yml
---------
Co-authored-by: PJ Fanning <[email protected]>
---
.github/workflows/h2-test.yml | 10 +++-------
project/Dependencies.scala | 2 +-
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/h2-test.yml b/.github/workflows/h2-test.yml
index 665c59d4..81f2f586 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/h2-test.yml
@@ -16,13 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- 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: 21, scala-version: 2.13, sbt-opts: '' }
- - { java-version: 21, scala-version: 3.3, sbt-opts: '' }
- - { java-version: 21, scala-version: 3.8, sbt-opts: '' }
+ java-version: [17, 21]
+ scala-version: ['2.13', '3.3', '3.9']
+ sbt-opts: ['']
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4b600440..bfe3ec06 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -13,7 +13,7 @@ object Dependencies {
// Keep in sync with .github CI build
val Scala213 = "2.13.18"
val Scala3 = "3.3.8"
- val Scala3Next = "3.8.4"
+ val Scala3Next = "3.9.0"
val ScalaVersions = Seq(Scala213, Scala3, Scala3Next)
val PekkoVersion = PekkoCoreDependency.version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]