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.git
The following commit(s) were added to refs/heads/main by this push:
new 0f676613b5 chore: update scala3Next to 3.9.0 (#3303)
0f676613b5 is described below
commit 0f676613b50bd793801cbb43c942989dcad79d42
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sat Aug 29 23:46:34 2026 +0800
chore: update scala3Next to 3.9.0 (#3303)
* chore: update scala3Next to 3.9.0-RC1
Motivation:
Scala 3.9.0-RC1 is available and should be tested as the next Scala version.
Modification:
Update scala3Next version from 3.8.4 to 3.9.0-RC1.
Result:
Build will use Scala 3.9.0-RC1 as the next Scala version.
Tests:
Not run - version bump only
References:
None - version bump
* Update scala3NextVersion to 3.9.0-RC2
* Update scala3NextVersion to 3.9.0-RC3
* Update Dependencies.scala
* Update scala3NextVersion to 3.9.0-RC5
* Update scala3NextVersion to 3.9.0-RC6
* Update scala3NextVersion to 3.9.0
---------
Co-authored-by: PJ Fanning <[email protected]>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index acab4f580c..4d6ac85d3d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -44,7 +44,7 @@ object Dependencies {
val scala213Version = "2.13.18"
val scala3Version = "3.3.8"
- val scala3NextVersion = "3.8.4"
+ val scala3NextVersion = "3.9.0"
val publishedScalaVersions = Seq(scala213Version, scala3Version)
val reactiveStreamsVersion = "1.0.4"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]