Skip to content

Commit d960a74

Browse files
committed
Release 3.1.2-RC2
1 parent d1cfa7b commit d960a74

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
@@ -61,7 +61,7 @@ object DottyJSPlugin extends AutoPlugin {
6161
object Build {
6262
val referenceVersion = "3.1.1"
6363

64-
val baseVersion = "3.1.2-RC1"
64+
val baseVersion = "3.1.2-RC2"
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.1"
80+
val previousDottyVersion = "3.1.2-RC1"
8181

8282
object CompatMode {
8383
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)