We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d12aaa commit feeddb7Copy full SHA for feeddb7
project/Build.scala
@@ -81,9 +81,9 @@ object DottyJSPlugin extends AutoPlugin {
81
object Build {
82
import ScaladocConfigs._
83
84
- val referenceVersion = "3.3.1"
+ val referenceVersion = "3.3.3"
85
86
- val baseVersion = "3.3.3"
+ val baseVersion = "3.3.4-RC1"
87
88
// Versions used by the vscode extension to create a new project
89
// This should be the latest published releases.
@@ -99,7 +99,7 @@ object Build {
99
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
100
* 3.0.x release.
101
*/
102
- val previousDottyVersion = "3.3.1"
+ val previousDottyVersion = "3.3.3"
103
104
object CompatMode {
105
final val BinaryCompatible = 0
0 commit comments