We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cfa7b commit d960a74Copy full SHA for d960a74
project/Build.scala
@@ -61,7 +61,7 @@ object DottyJSPlugin extends AutoPlugin {
61
object Build {
62
val referenceVersion = "3.1.1"
63
64
- val baseVersion = "3.1.2-RC1"
+ val baseVersion = "3.1.2-RC2"
65
66
// Versions used by the vscode extension to create a new project
67
// This should be the latest published releases.
@@ -77,7 +77,7 @@ object Build {
77
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
78
* 3.0.x release.
79
*/
80
- val previousDottyVersion = "3.1.1"
+ val previousDottyVersion = "3.1.2-RC1"
81
82
object CompatMode {
83
final val BinaryCompatible = 0
0 commit comments