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.
1 parent 73168ee commit ea28439Copy full SHA for ea28439
project/Build.scala
@@ -106,7 +106,7 @@ object Build {
106
* Should only be referred from `dottyVersion` or settings/tasks requiring simplified version string,
107
* eg. `compatMode` or Windows native distribution version.
108
*/
109
- val developedVersion = "3.6.3"
+ val developedVersion = "3.6.4"
110
111
/** The version of the compiler including the RC prefix.
112
* Defined as common base before calculating environment specific suffixes in `dottyVersion`
0 commit comments