Skip to content

Commit 2ace654

Browse files
committed
Release 3.1.2-RC1
1 parent a83a0a7 commit 2ace654

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
@@ -59,7 +59,7 @@ object DottyJSPlugin extends AutoPlugin {
5959
}
6060

6161
object Build {
62-
val referenceVersion = "3.1.1-RC2"
62+
val referenceVersion = "3.1.1"
6363

6464
val baseVersion = "3.1.2-RC1"
6565

@@ -77,7 +77,7 @@ object Build {
7777
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
7878
* 3.0.x release.
7979
*/
80-
val previousDottyVersion = "3.1.0"
80+
val previousDottyVersion = "3.1.1"
8181

8282
object CompatMode {
8383
final val BinaryCompatible = 0

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ object TastyFormat {
290290
* compatibility, but remains backwards compatible, with all
291291
* preceeding `MinorVersion`.
292292
*/
293-
final val MinorVersion: Int = 2
293+
final val MinorVersion: Int = 1
294294

295295
/** Natural Number. The `ExperimentalVersion` allows for
296296
* experimentation with changes to TASTy without committing
@@ -306,7 +306,7 @@ object TastyFormat {
306306
* is able to read final TASTy documents if the file's
307307
* `MinorVersion` is strictly less than the current value.
308308
*/
309-
final val ExperimentalVersion: Int = 1
309+
final val ExperimentalVersion: Int = 0
310310

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

0 commit comments

Comments
 (0)