We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d33cfd9 + b0871ee commit 16be717Copy full SHA for 16be717
project/Build.scala
@@ -90,7 +90,7 @@ object DottyJSPlugin extends AutoPlugin {
90
object Build {
91
import ScaladocConfigs._
92
93
- val referenceVersion = "3.5.0-RC4"
+ val referenceVersion = "3.5.0"
94
95
val baseVersion = "3.6.0"
96
// Will be required by some automation later
@@ -113,7 +113,7 @@ object Build {
113
* - `3.M.0` if `P > 0`
114
* - `3.(M-1).0` if `P = 0`
115
*/
116
- val mimaPreviousDottyVersion = "3.5.0-RC1"
+ val mimaPreviousDottyVersion = "3.5.0"
117
118
/** LTS version against which we check binary compatibility.
119
*
0 commit comments