Skip to content

Commit 8ccb2e3

Browse files
committed
Release 3.2.1-RC2
1 parent 126856c commit 8ccb2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ object Build {
8282

8383
val referenceVersion = "3.2.0"
8484

85-
val baseVersion = "3.2.1-RC1"
85+
val baseVersion = "3.2.1-RC2"
8686

8787
// Versions used by the vscode extension to create a new project
8888
// This should be the latest published releases.
@@ -98,7 +98,7 @@ object Build {
9898
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
9999
* 3.0.x release.
100100
*/
101-
val previousDottyVersion = "3.2.0"
101+
val previousDottyVersion = "3.2.1-RC1"
102102

103103
object CompatMode {
104104
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)