We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 060676e + 3af02dc commit ceca748Copy full SHA for ceca748
project/Build.scala
@@ -80,9 +80,9 @@ object DottyJSPlugin extends AutoPlugin {
80
object Build {
81
import ScaladocConfigs._
82
83
- val referenceVersion = "3.3.0"
+ val referenceVersion = "3.3.1-RC1"
84
85
- val baseVersion = "3.3.1-RC1"
+ val baseVersion = "3.3.2-RC1" // temporarily, before branching out `3.4.0-RC1`
86
87
// Versions used by the vscode extension to create a new project
88
// This should be the latest published releases.
0 commit comments