Skip to content

Commit bde14d3

Browse files
committed
Set base version to 3.1.2-RC1
1 parent 4f9dafa commit bde14d3

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
@@ -58,9 +58,9 @@ object DottyJSPlugin extends AutoPlugin {
5858
}
5959

6060
object Build {
61-
val referenceVersion = "3.1.0"
61+
val referenceVersion = "3.1.1-RC1"
6262

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

6565
// Versions used by the vscode extension to create a new project
6666
// This should be the latest published releases.

0 commit comments

Comments
 (0)