File tree 2 files changed +4
-4
lines changed
tasty/src/dotty/tools/tasty
2 files changed +4
-4
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.1-RC1 "
86
+ val referenceVersion = " 3.4.0 "
87
87
88
- val baseVersion = " 3.4.1-RC2 "
88
+ val baseVersion = " 3.4.1"
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 @@ -318,7 +318,7 @@ object TastyFormat {
318
318
* compatibility, but remains backwards compatible, with all
319
319
* preceding `MinorVersion`.
320
320
*/
321
- final val MinorVersion : Int = 5
321
+ final val MinorVersion : Int = 4
322
322
323
323
/** Natural Number. The `ExperimentalVersion` allows for
324
324
* experimentation with changes to TASTy without committing
@@ -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