Skip to content

Commit 987a8ec

Browse files
committed
chore: Update versions to allow work on 3.3.7
1 parent 98b374a commit 987a8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ object Build {
8888
*
8989
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
9090
*/
91-
val referenceVersion = "3.3.5"
91+
val referenceVersion = "3.3.6-RC1"
9292

9393
/** Version of the Scala compiler targeted in the current release cycle
9494
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -99,7 +99,7 @@ object Build {
9999
*
100100
* Warning: Change of this variable might require updating `expectedTastyVersion`
101101
*/
102-
val developedVersion = "3.3.6"
102+
val developedVersion = "3.3.7"
103103

104104
/** The version of the compiler including the RC prefix.
105105
* Defined as common base before calculating environment specific suffixes in `dottyVersion`

0 commit comments

Comments
 (0)