Skip to content

Commit eb41221

Browse files
authored
Update TASTy minor version for nightlies of 3.4 (#19483)
These have a minor version one greater that the Scala minor version. Only released version and RCs have the same minor version as Scala. Use the latest stable version of Scala due to some conflicts with the TASTy version in 3.4.0-RC1.
2 parents 6786a0f + eb67985 commit eb41221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
8383
object Build {
8484
import ScaladocConfigs._
8585

86-
val referenceVersion = "3.4.0-RC1"
86+
val referenceVersion = "3.3.1"
8787

8888
val baseVersion = "3.4.1-RC1"
8989

tasty/src/dotty/tools/tasty/TastyFormat.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ object TastyFormat {
316316
/** Natural number. Each increment of the `MinorVersion`, within
317317
* a series declared by the `MajorVersion`, breaks forward
318318
* compatibility, but remains backwards compatible, with all
319-
* preceeding `MinorVersion`.
319+
* preceding `MinorVersion`.
320320
*/
321-
final val MinorVersion: Int = 4
321+
final val MinorVersion: Int = 5
322322

323323
/** Natural Number. The `ExperimentalVersion` allows for
324324
* experimentation with changes to TASTy without committing

0 commit comments

Comments
 (0)