Skip to content

Commit 02167a0

Browse files
committed
Release 3.1.1-RC2
1 parent b344ee0 commit 02167a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object DottyJSPlugin extends AutoPlugin {
6060
object Build {
6161
val referenceVersion = "3.1.0"
6262

63-
val baseVersion = "3.1.1-RC1"
63+
val baseVersion = "3.1.1-RC2"
6464

6565
// Versions used by the vscode extension to create a new project
6666
// This should be the latest published releases.
@@ -76,7 +76,7 @@ object Build {
7676
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
7777
* 3.0.x release.
7878
*/
79-
val previousDottyVersion = "3.1.0"
79+
val previousDottyVersion = "3.1.1-RC1"
8080

8181
object CompatMode {
8282
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)