File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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 {
6363}
6464
6565object 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 },
You can’t perform that action at this time.
0 commit comments