File tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ object DottyJSPlugin extends AutoPlugin {
83
83
object Build {
84
84
import ScaladocConfigs ._
85
85
86
- val referenceVersion = " 3.4.0-RC3 "
86
+ val referenceVersion = " 3.3.1 "
87
87
88
- val baseVersion = " 3.4.0-RC4 "
88
+ val baseVersion = " 3.4.0"
89
89
90
90
// Versions used by the vscode extension to create a new project
91
91
// This should be the latest published releases.
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ object TastyFormat {
334
334
* is able to read final TASTy documents if the file's
335
335
* `MinorVersion` is strictly less than the current value.
336
336
*/
337
- final val ExperimentalVersion : Int = 1
337
+ final val ExperimentalVersion : Int = 0
338
338
339
339
/** This method implements a binary relation (`<:<`) between two TASTy versions.
340
340
*
You can’t perform that action at this time.
0 commit comments