We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d6634 commit 07d6c8dCopy full SHA for 07d6c8d
project/Build.scala
@@ -59,7 +59,7 @@ object Build {
59
60
val referenceVersion = "3.1.3"
61
62
- val baseVersion = "3.2.0-RC2"
+ val baseVersion = "3.2.0-RC3"
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-RC1"
+ val previousDottyVersion = "3.2.0-RC2"
79
80
object CompatMode {
81
final val BinaryCompatible = 0
0 commit comments