Skip to content

Commit 1ae85eb

Browse files
authored
Set reference version to 3.2.1 (#16256)
2 parents 6c521ae + 8d56d48 commit 1ae85eb

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
@@ -80,7 +80,7 @@ object DottyJSPlugin extends AutoPlugin {
8080
object Build {
8181
import ScaladocConfigs._
8282

83-
val referenceVersion = "3.2.1-RC4"
83+
val referenceVersion = "3.2.1"
8484

8585
val baseVersion = "3.2.2-RC1"
8686

@@ -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"
102102

103103
object CompatMode {
104104
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)