File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ object Build {
88
88
89
89
val referenceVersion = " 3.4.2-RC1"
90
90
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 "
92
94
93
95
// LTS or Next
94
96
val versionLine = " Next"
@@ -169,9 +171,9 @@ object Build {
169
171
if (isRelease)
170
172
baseVersion
171
173
else if (isNightly)
172
- baseVersion + " -bin-" + VersionUtil .commitDate + " -" + VersionUtil .gitHash + " -NIGHTLY"
174
+ baseVersion + " -RC1- bin-" + VersionUtil .commitDate + " -" + VersionUtil .gitHash + " -NIGHTLY"
173
175
else
174
- baseVersion + " -bin-SNAPSHOT"
176
+ baseVersion + " -RC1- bin-SNAPSHOT"
175
177
}
176
178
val dottyNonBootstrappedVersion = {
177
179
// Make sure sbt always computes the scalaBinaryVersion correctly
You can’t perform that action at this time.
0 commit comments