File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 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 {
8383object Build {
8484 import ScaladocConfigs ._
8585
86- val referenceVersion = " 3.4.0-RC3 "
86+ val referenceVersion = " 3.3.1 "
8787
88- val baseVersion = " 3.4.0-RC4 "
88+ val baseVersion = " 3.4.0"
8989
9090 // Versions used by the vscode extension to create a new project
9191 // This should be the latest published releases.
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ object TastyFormat {
334334 * is able to read final TASTy documents if the file's
335335 * `MinorVersion` is strictly less than the current value.
336336 */
337- final val ExperimentalVersion : Int = 1
337+ final val ExperimentalVersion : Int = 0
338338
339339 /** This method implements a binary relation (`<:<`) between two TASTy versions.
340340 *
You can’t perform that action at this time.
0 commit comments