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 98b374a commit 987a8ecCopy full SHA for 987a8ec
project/Build.scala
@@ -88,7 +88,7 @@ object Build {
88
*
89
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
90
*/
91
- val referenceVersion = "3.3.5"
+ val referenceVersion = "3.3.6-RC1"
92
93
/** Version of the Scala compiler targeted in the current release cycle
94
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -99,7 +99,7 @@ object Build {
99
100
* Warning: Change of this variable might require updating `expectedTastyVersion`
101
102
- val developedVersion = "3.3.6"
+ val developedVersion = "3.3.7"
103
104
/** The version of the compiler including the RC prefix.
105
* Defined as common base before calculating environment specific suffixes in `dottyVersion`
0 commit comments