We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa3e581 + 5efb27f commit 86e38eaCopy full SHA for 86e38ea
project/Build.scala
@@ -59,7 +59,7 @@ object Build {
59
*
60
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
61
*/
62
- val referenceVersion = "3.7.4-RC2"
+ val referenceVersion = "3.7.4"
63
64
/** Version of the Scala compiler targeted in the current release cycle
65
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -456,7 +456,7 @@ object Build {
456
import java.text._
457
val dateFormat = new SimpleDateFormat("yyyyMMdd-HHmmss")
458
dateFormat.setTimeZone(TimeZone.getTimeZone("GMT"))
459
-
+
460
val fileName = "compiler.properties"
461
val contents = Def.setting {
462
s"""version.number=${version.value}
0 commit comments