Skip to content

Commit 7281c43

Browse files
committed
Set previous version to 3.0.2 and next ro 3.1.1-RC1
1 parent 2002b6a commit 7281c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin {
6565
object Build {
6666
val referenceVersion = "3.1.0-RC1-bin-20210823-dd7a07a-NIGHTLY"
6767

68-
val baseVersion = "3.1.0-RC1"
68+
val baseVersion = "3.1.1-RC1"
6969

7070
// Versions used by the vscode extension to create a new project
7171
// This should be the latest published releases.
@@ -81,7 +81,7 @@ object Build {
8181
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
8282
* 3.0.x release.
8383
*/
84-
val previousDottyVersion = "3.0.1"
84+
val previousDottyVersion = "3.0.2"
8585

8686
object CompatMode {
8787
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)