Skip to content

Commit 86e38ea

Browse files
Backport "[chore] Set reference version to 3.7.4" to 3.8.0 (#24409)
Backports #24348 to the 3.8.0-RC1. PR submitted by the release tooling. [skip ci]
2 parents aa3e581 + 5efb27f commit 86e38ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object Build {
5959
*
6060
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
6161
*/
62-
val referenceVersion = "3.7.4-RC2"
62+
val referenceVersion = "3.7.4"
6363

6464
/** Version of the Scala compiler targeted in the current release cycle
6565
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -456,7 +456,7 @@ object Build {
456456
import java.text._
457457
val dateFormat = new SimpleDateFormat("yyyyMMdd-HHmmss")
458458
dateFormat.setTimeZone(TimeZone.getTimeZone("GMT"))
459-
459+
460460
val fileName = "compiler.properties"
461461
val contents = Def.setting {
462462
s"""version.number=${version.value}

0 commit comments

Comments
 (0)