We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cd50d commit ca00576Copy full SHA for ca00576
project/Build.scala
@@ -82,7 +82,7 @@ object Build {
82
83
val referenceVersion = "3.3.0"
84
85
- val baseVersion = "3.3.1-RC6"
+ val baseVersion = "3.3.1-RC7"
86
87
// Versions used by the vscode extension to create a new project
88
// This should be the latest published releases.
@@ -98,7 +98,7 @@ object Build {
98
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
99
* 3.0.x release.
100
*/
101
- val previousDottyVersion = "3.3.1-RC5"
+ val previousDottyVersion = "3.3.1-RC6"
102
103
object CompatMode {
104
final val BinaryCompatible = 0
0 commit comments