We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180deab commit 834c973Copy full SHA for 834c973
project/Build.scala
@@ -88,7 +88,7 @@ object Build {
88
89
val referenceVersion = "3.4.2"
90
91
- val baseVersion = "3.5.0-RC7"
+ val baseVersion = "3.5.0"
92
93
// LTS or Next
94
val versionLine = "Next"
tasty/src/dotty/tools/tasty/TastyFormat.scala
@@ -340,7 +340,7 @@ object TastyFormat {
340
* is able to read final TASTy documents if the file's
341
* `MinorVersion` is strictly less than the current value.
342
*/
343
- final val ExperimentalVersion: Int = 1
+ final val ExperimentalVersion: Int = 0
344
345
/**This method implements a binary relation (`<:<`) between two TASTy versions.
346
*
0 commit comments