From 8cdb5c701ce19f5f87dc9ebc11b8b31ae27f1a3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Sep 2024 12:55:40 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library, ... to 3.3.4-RC2 --- project/Deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.sc b/project/Deps.sc index c1b7b24453..f04d68042b 100644 --- a/project/Deps.sc +++ b/project/Deps.sc @@ -150,7 +150,7 @@ object Izumi { // DON'T REMOVE, these variables are read from CI build (build.sh) final val scala212 = ScalaVersion("2.12.19") final val scala213 = ScalaVersion("2.13.14") - final val scala300 = ScalaVersion("3.3.4-RC1") + final val scala300 = ScalaVersion("3.3.4-RC2") object Groups { final val fundamentals = Set(Group("fundamentals"))