Skip to content

Commit

Permalink
Set reference version to 3.2.2 (#16671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan authored Jan 12, 2023
2 parents 2127b89 + 3cfa0e9 commit afeaf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.2.2-RC2"
val referenceVersion = "3.2.2"

val baseVersion = "3.3.0-RC1"

Expand All @@ -98,7 +98,7 @@ object Build {
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
* 3.0.x release.
*/
val previousDottyVersion = "3.2.1"
val previousDottyVersion = "3.2.2"

object CompatMode {
final val BinaryCompatible = 0
Expand Down

0 comments on commit afeaf6e

Please sign in to comment.