Skip to content

Commit 29f0374

Browse files
authored
Merge pull request #13767 from dotty-staging/after-3.1
Set versions after 3.1.0 release
2 parents 1ea6692 + bde14d3 commit 29f0374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ object DottyJSPlugin extends AutoPlugin {
5959
}
6060

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

64-
val baseVersion = "3.1.1-RC1"
64+
val baseVersion = "3.1.2-RC1"
6565

6666
// Versions used by the vscode extension to create a new project
6767
// This should be the latest published releases.
@@ -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-RC3"
80+
val previousDottyVersion = "3.1.0"
8181

8282
object CompatMode {
8383
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)