Skip to content

Commit 449c8a7

Browse files
committed
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
1 parent 17fb00e commit 449c8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object Dependencies {
4444

4545
val scala213Version = "2.13.18"
4646
val scala3Version = "3.3.8"
47-
val scala3NextVersion = "3.8.4"
47+
val scala3NextVersion = "3.9.0-RC1"
4848
val publishedScalaVersions = Seq(scala213Version, scala3Version)
4949

5050
val reactiveStreamsVersion = "1.0.4"

0 commit comments

Comments
 (0)