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,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
83
83
object Build {
84
84
import ScaladocConfigs ._
85
85
86
- val referenceVersion = " 3.4.0 "
86
+ val referenceVersion = " 3.4.1 "
87
87
88
88
val baseVersion = " 3.4.2-RC1"
89
89
@@ -104,7 +104,7 @@ object Build {
104
104
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
105
105
* 3.0.x release.
106
106
*/
107
- val previousDottyVersion = " 3.4.0 "
107
+ val previousDottyVersion = " 3.4.1 "
108
108
109
109
/** Version against which we check binary compatibility. */
110
110
val ltsDottyVersion = " 3.3.0"
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