File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ object Build {
102102 /** Version of the Scala compiler targeted in the current release cycle
103103 * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
104104 * Should be updated ONLY after release or cutoff for previous release cycle.
105- *
106- * Should only be referred from `dottyVersion` or settings/tasks requiring simplified version string,
105+ *
106+ * Should only be referred from `dottyVersion` or settings/tasks requiring simplified version string,
107107 * eg. `compatMode` or Windows native distribution version.
108108 */
109- val developedVersion = " 3.6.2 "
109+ val developedVersion = " 3.6.3 "
110110
111- /** The version of the compiler including the RC prefix.
111+ /** The version of the compiler including the RC prefix.
112112 * Defined as common base before calculating environment specific suffixes in `dottyVersion`
113- *
113+ *
114114 * By default, during development cycle defined as `${developedVersion}-RC1`;
115115 * During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
116116 * During final, stable release is set exactly to `developedVersion`.
You can’t perform that action at this time.
0 commit comments