File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ object Build {
88
88
*
89
89
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
90
90
*/
91
- val referenceVersion = " 3.3.5 "
91
+ val referenceVersion = " 3.3.6-RC1 "
92
92
93
93
/** Version of the Scala compiler targeted in the current release cycle
94
94
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -99,7 +99,7 @@ object Build {
99
99
*
100
100
* Warning: Change of this variable might require updating `expectedTastyVersion`
101
101
*/
102
- val developedVersion = " 3.3.6 "
102
+ val developedVersion = " 3.3.7 "
103
103
104
104
/** The version of the compiler including the RC prefix.
105
105
* Defined as common base before calculating environment specific suffixes in `dottyVersion`
You can’t perform that action at this time.
0 commit comments