Skip to content

Commit 5cc0490

Browse files
committed
Release 3.1.3-RC3
1 parent 2232c16 commit 5cc0490

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
@@ -59,7 +59,7 @@ object Build {
5959

6060
val referenceVersion = "3.1.2"
6161

62-
val baseVersion = "3.1.3-RC2"
62+
val baseVersion = "3.1.3-RC3"
6363

6464
// Versions used by the vscode extension to create a new project
6565
// This should be the latest published releases.
@@ -75,7 +75,7 @@ object Build {
7575
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
7676
* 3.0.x release.
7777
*/
78-
val previousDottyVersion = "3.1.2"
78+
val previousDottyVersion = "3.1.3-RC2"
7979

8080
object CompatMode {
8181
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)