Skip to content

Commit 83e94e3

Browse files
Upgrade Dotty to 3.0.0
1 parent 83e17f1 commit 83e94e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object DottyJSPlugin extends AutoPlugin {
6363
}
6464

6565
object Build {
66-
val referenceVersion = "3.0.0-RC3"
66+
val referenceVersion = "3.0.0"
6767

6868
val baseVersion = "3.0.1-RC1"
6969

@@ -81,8 +81,8 @@ object Build {
8181
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
8282
* 3.0.x release.
8383
*/
84-
val previousDottyVersion = "3.0.0-RC3"
85-
val previousDottyBinaryVersion = "3.0.0-RC3"
84+
val previousDottyVersion = "3.0.0"
85+
val previousDottyBinaryVersion = "3.0.0"
8686

8787
object CompatMode {
8888
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)