We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c521ae commit 8d56d48Copy full SHA for 8d56d48
project/Build.scala
@@ -80,7 +80,7 @@ object DottyJSPlugin extends AutoPlugin {
80
object Build {
81
import ScaladocConfigs._
82
83
- val referenceVersion = "3.2.1-RC4"
+ val referenceVersion = "3.2.1"
84
85
val baseVersion = "3.2.2-RC1"
86
@@ -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.0"
+ val previousDottyVersion = "3.2.1"
102
103
object CompatMode {
104
final val BinaryCompatible = 0
0 commit comments