We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613d05a commit a1ebaa0Copy full SHA for a1ebaa0
project/Build.scala
@@ -59,7 +59,7 @@ object Build {
59
60
val referenceVersion = "3.1.3"
61
62
- val baseVersion = "3.2.0-RC3"
+ val baseVersion = "3.2.0-RC4"
63
64
// Versions used by the vscode extension to create a new project
65
// This should be the latest published releases.
@@ -75,7 +75,7 @@ object Build {
75
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
76
* 3.0.x release.
77
*/
78
- val previousDottyVersion = "3.2.0-RC2"
+ val previousDottyVersion = "3.2.0-RC3"
79
80
object CompatMode {
81
final val BinaryCompatible = 0
0 commit comments