File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ object DottyJSPlugin extends AutoPlugin {
63
63
}
64
64
65
65
object Build {
66
- val referenceVersion = " 3.0.0-RC3 "
66
+ val referenceVersion = " 3.0.0"
67
67
68
68
val baseVersion = " 3.0.1-RC1"
69
69
@@ -81,8 +81,7 @@ object Build {
81
81
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
82
82
* 3.0.x release.
83
83
*/
84
- val previousDottyVersion = " 3.0.0-RC3"
85
- val previousDottyBinaryVersion = " 3.0.0-RC3"
84
+ val previousDottyVersion = " 3.0.0"
86
85
87
86
object CompatMode {
88
87
final val BinaryCompatible = 0
@@ -427,7 +426,7 @@ object Build {
427
426
val thisProjectID = projectID.value
428
427
val crossedName = thisProjectID.crossVersion match {
429
428
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}"
431
430
}
432
431
(thisProjectID.organization % crossedName % previousDottyVersion)
433
432
},
You can’t perform that action at this time.
0 commit comments