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 83e17f1 commit 83e94e3Copy full SHA for 83e94e3
project/Build.scala
@@ -63,7 +63,7 @@ object DottyJSPlugin extends AutoPlugin {
63
}
64
65
object Build {
66
- val referenceVersion = "3.0.0-RC3"
+ val referenceVersion = "3.0.0"
67
68
val baseVersion = "3.0.1-RC1"
69
@@ -81,8 +81,8 @@ object Build {
81
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
82
* 3.0.x release.
83
*/
84
- val previousDottyVersion = "3.0.0-RC3"
85
- val previousDottyBinaryVersion = "3.0.0-RC3"
+ val previousDottyVersion = "3.0.0"
+ val previousDottyBinaryVersion = "3.0.0"
86
87
object CompatMode {
88
final val BinaryCompatible = 0
0 commit comments