Skip to content

Commit 1bfb5a0

Browse files
Setup versions for 3.5.0 (#20048)
2 parents cc55381 + 477b47d commit 1bfb5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
8383
object Build {
8484
import ScaladocConfigs._
8585

86-
val referenceVersion = "3.4.0"
86+
val referenceVersion = "3.4.2-RC1"
8787

8888
val baseVersion = "3.5.0-RC1"
8989

@@ -104,7 +104,7 @@ object Build {
104104
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
105105
* 3.0.x release.
106106
*/
107-
val previousDottyVersion = "3.4.0"
107+
val previousDottyVersion = "3.4.1"
108108

109109
/** Version against which we check binary compatibility. */
110110
val ltsDottyVersion = "3.3.0"

0 commit comments

Comments
 (0)