From d80d4a669098670fec56d17a982061a1882a861a Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 6 Nov 2025 00:55:26 +0100 Subject: [PATCH] Set reference version to 3.7.4 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 824405decc84..9025b97d1d5c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -59,7 +59,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.4-RC3" + val referenceVersion = "3.7.4" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes @@ -1472,7 +1472,7 @@ object Build { .enablePlugins(ScriptedPlugin) .aggregate(`scala3-interfaces`, `scala3-library-bootstrapped-new` , `scala-library-bootstrapped`, `tasty-core-bootstrapped-new`, `scala3-compiler-bootstrapped-new`, `scala3-sbt-bridge-bootstrapped`, - `scala3-staging-new`, `scala3-tasty-inspector-new`, `scala-library-sjs`, `scala3-library-sjs`, + `scala3-staging-new`, `scala3-tasty-inspector-new`, `scala-library-sjs`, `scala3-library-sjs`, `scaladoc-new`, `scala3-repl`) .settings( name := "scala3-bootstrapped",