Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Feb 14, 2024
1 parent 3997e79 commit a92a463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.4.0-RC3"
val referenceVersion = "3.3.1"

val baseVersion = "3.4.0-RC4"
val baseVersion = "3.4.0"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand Down
2 changes: 1 addition & 1 deletion tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ object TastyFormat {
* is able to read final TASTy documents if the file's
* `MinorVersion` is strictly less than the current value.
*/
final val ExperimentalVersion: Int = 1
final val ExperimentalVersion: Int = 0

/**This method implements a binary relation (`<:<`) between two TASTy versions.
*
Expand Down

0 comments on commit a92a463

Please sign in to comment.