From b41eed2dfdf7d2a88c72b9955311caea99801e24 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 19 Jun 2025 10:48:19 +0200 Subject: [PATCH 1/2] Set developedVersion to 3.7.3 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 88b6f051cf88..1b9e28f051c2 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -113,7 +113,7 @@ object Build { * * Warning: Change of this variable might require updating `expectedTastyVersion` */ - val developedVersion = "3.7.2" + val developedVersion = "3.7.3" /** The version of the compiler including the RC prefix. * Defined as common base before calculating environment specific suffixes in `dottyVersion` From 7856ee13908a8cf4da17ab7a80649e7078305ceb Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Thu, 19 Jun 2025 10:48:38 +0200 Subject: [PATCH 2/2] Set referenceVersion to 3.7.2-RC1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 1b9e28f051c2..aad5131087bd 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -102,7 +102,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.7.1" + val referenceVersion = "3.7.2-RC1" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes