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