We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7f990 commit 5f36df2Copy full SHA for 5f36df2
project/Build.scala
@@ -83,9 +83,10 @@ object DottyJSPlugin extends AutoPlugin {
83
object Build {
84
import ScaladocConfigs._
85
86
+ // We don't set reference version to 3.4.2 as it contains a binary compatibility bug we're fixing in 3.4.3
87
val referenceVersion = "3.4.1"
88
- val baseVersion = "3.4.2"
89
+ val baseVersion = "3.4.3-RC1"
90
91
// LTS or Next
92
val versionLine = "Next"
0 commit comments