We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1451dc5 commit c9bbcb0Copy full SHA for c9bbcb0
project/Build.scala
@@ -82,7 +82,7 @@ object Build {
82
83
val referenceVersion = "3.3.0"
84
85
- val baseVersion = "3.3.1-RC1"
+ val baseVersion = "3.3.1-RC2"
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.0"
+ val previousDottyVersion = "3.3.1-RC1"
102
103
object CompatMode {
104
final val BinaryCompatible = 0
0 commit comments