Skip to content

Commit

Permalink
Update TASTy minor version for nightlies of 3.4 (#19483)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kordyjan authored Jan 19, 2024
2 parents 6786a0f + eb67985 commit eb41221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.4.0-RC1"
val referenceVersion = "3.3.1"

val baseVersion = "3.4.1-RC1"

Expand Down
4 changes: 2 additions & 2 deletions tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ object TastyFormat {
/** Natural number. Each increment of the `MinorVersion`, within
* a series declared by the `MajorVersion`, breaks forward
* compatibility, but remains backwards compatible, with all
* preceeding `MinorVersion`.
* preceding `MinorVersion`.
*/
final val MinorVersion: Int = 4
final val MinorVersion: Int = 5

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

0 comments on commit eb41221

Please sign in to comment.