Skip to content

Commit 3ffe322

Browse files
committed
Release 3.4.1
1 parent 5c4967f commit 3ffe322

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1-RC1"
86+
val referenceVersion = "3.4.0"
8787

88-
val baseVersion = "3.4.1-RC2"
88+
val baseVersion = "3.4.1"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ object TastyFormat {
318318
* compatibility, but remains backwards compatible, with all
319319
* preceding `MinorVersion`.
320320
*/
321-
final val MinorVersion: Int = 5
321+
final val MinorVersion: Int = 4
322322

323323
/** Natural Number. The `ExperimentalVersion` allows for
324324
* experimentation with changes to TASTy without committing
@@ -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)