Skip to content

Commit afeaf6e

Browse files
authored
Set reference version to 3.2.2 (#16671)
2 parents 2127b89 + 3cfa0e9 commit afeaf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
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.2-RC2"
83+
val referenceVersion = "3.2.2"
8484

8585
val baseVersion = "3.3.0-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.1"
101+
val previousDottyVersion = "3.2.2"
102102

103103
object CompatMode {
104104
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)