Skip to content

Commit

Permalink
Setup versions for 3.5.0 (#20048)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki authored Apr 2, 2024
2 parents cc55381 + 477b47d commit 1bfb5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.4.0"
val referenceVersion = "3.4.2-RC1"

val baseVersion = "3.5.0-RC1"

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

/** Version against which we check binary compatibility. */
val ltsDottyVersion = "3.3.0"
Expand Down

0 comments on commit 1bfb5a0

Please sign in to comment.