Skip to content

Commit 16be717

Browse files
authored
Update MiMa and Reference Version to 3.5.0 (#21374)
2 parents d33cfd9 + b0871ee commit 16be717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object DottyJSPlugin extends AutoPlugin {
9090
object Build {
9191
import ScaladocConfigs._
9292

93-
val referenceVersion = "3.5.0-RC4"
93+
val referenceVersion = "3.5.0"
9494

9595
val baseVersion = "3.6.0"
9696
// Will be required by some automation later
@@ -113,7 +113,7 @@ object Build {
113113
* - `3.M.0` if `P > 0`
114114
* - `3.(M-1).0` if `P = 0`
115115
*/
116-
val mimaPreviousDottyVersion = "3.5.0-RC1"
116+
val mimaPreviousDottyVersion = "3.5.0"
117117

118118
/** LTS version against which we check binary compatibility.
119119
*

0 commit comments

Comments
 (0)