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 e9fbfd1 commit fdf6fd3Copy full SHA for fdf6fd3
project/Build.scala
@@ -57,7 +57,7 @@ object DottyJSPlugin extends AutoPlugin {
57
object Build {
58
import ScaladocConfigs._
59
60
- val referenceVersion = "3.1.3-RC5"
+ val referenceVersion = "3.1.3"
61
62
val baseVersion = "3.2.0-RC1"
63
@@ -75,7 +75,7 @@ object Build {
75
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
76
* 3.0.x release.
77
*/
78
- val previousDottyVersion = "3.1.2"
+ val previousDottyVersion = "3.1.3"
79
80
object CompatMode {
81
final val BinaryCompatible = 0
0 commit comments