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 adfe16c commit 4f9dafaCopy full SHA for 4f9dafa
project/Build.scala
@@ -58,7 +58,7 @@ object DottyJSPlugin extends AutoPlugin {
58
}
59
60
object Build {
61
- val referenceVersion = "3.1.0-RC1"
+ val referenceVersion = "3.1.0"
62
63
val baseVersion = "3.1.1-RC1"
64
@@ -76,7 +76,7 @@ object Build {
76
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
77
* 3.0.x release.
78
*/
79
- val previousDottyVersion = "3.1.0-RC3"
+ val previousDottyVersion = "3.1.0"
80
81
object CompatMode {
82
final val BinaryCompatible = 0
0 commit comments