Skip to content

Commit a92a463

Browse files
committed
Release 3.4.0
1 parent 3997e79 commit a92a463

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

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

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

88-
val baseVersion = "3.4.0-RC4"
88+
val baseVersion = "3.4.0"
8989

9090
// Versions used by the vscode extension to create a new project
9191
// This should be the latest published releases.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ object TastyFormat {
334334
* is able to read final TASTy documents if the file's
335335
* `MinorVersion` is strictly less than the current value.
336336
*/
337-
final val ExperimentalVersion: Int = 1
337+
final val ExperimentalVersion: Int = 0
338338

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

0 commit comments

Comments
 (0)