File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ object Build {
8888
8989 val referenceVersion = " 3.4.2-RC1"
9090
91- val baseVersion = " 3.6.0-RC1"
91+ val baseVersion = " 3.6.0"
92+ // Will be required by some automation later
93+ val prereleaseVersion = s " $baseVersion-RC1 "
9294
9395 // LTS or Next
9496 val versionLine = " Next"
@@ -169,9 +171,9 @@ object Build {
169171 if (isRelease)
170172 baseVersion
171173 else if (isNightly)
172- baseVersion + " -bin-" + VersionUtil .commitDate + " -" + VersionUtil .gitHash + " -NIGHTLY"
174+ baseVersion + " -RC1- bin-" + VersionUtil .commitDate + " -" + VersionUtil .gitHash + " -NIGHTLY"
173175 else
174- baseVersion + " -bin-SNAPSHOT"
176+ baseVersion + " -RC1- bin-SNAPSHOT"
175177 }
176178 val dottyNonBootstrappedVersion = {
177179 // Make sure sbt always computes the scalaBinaryVersion correctly
You can’t perform that action at this time.
0 commit comments