We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac8479 commit 529ddc5Copy full SHA for 529ddc5
project/Build.scala
@@ -82,7 +82,7 @@ object Build {
82
83
val referenceVersion = "3.2.0"
84
85
- val baseVersion = "3.2.1-RC4"
+ val baseVersion = "3.2.1"
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.2.1-RC3"
+ val previousDottyVersion = "3.2.0"
102
103
object CompatMode {
104
final val BinaryCompatible = 0
0 commit comments