We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002b6a commit 7281c43Copy full SHA for 7281c43
project/Build.scala
@@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin {
65
object Build {
66
val referenceVersion = "3.1.0-RC1-bin-20210823-dd7a07a-NIGHTLY"
67
68
- val baseVersion = "3.1.0-RC1"
+ val baseVersion = "3.1.1-RC1"
69
70
// Versions used by the vscode extension to create a new project
71
// This should be the latest published releases.
@@ -81,7 +81,7 @@ object Build {
81
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
82
* 3.0.x release.
83
*/
84
- val previousDottyVersion = "3.0.1"
+ val previousDottyVersion = "3.0.2"
85
86
object CompatMode {
87
final val BinaryCompatible = 0
0 commit comments