Skip to content

Commit d7bd468

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

project/Build.scala

Lines changed: 3 additions & 4 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,7 @@ 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"
8685

8786
object CompatMode {
8887
final val BinaryCompatible = 0
@@ -427,7 +426,7 @@ object Build {
427426
val thisProjectID = projectID.value
428427
val crossedName = thisProjectID.crossVersion match {
429428
case cv: Disabled => thisProjectID.name
430-
case cv: Binary => s"${thisProjectID.name}_${cv.prefix}$previousDottyBinaryVersion${cv.suffix}"
429+
case cv: Binary => s"${thisProjectID.name}_${cv.prefix}3${cv.suffix}"
431430
}
432431
(thisProjectID.organization % crossedName % previousDottyVersion)
433432
},

0 commit comments

Comments
 (0)