Skip to content

Commit 5f36df2

Browse files
committed
Set versions for 3.4.3-RC1
1 parent 0f7f990 commit 5f36df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ object DottyJSPlugin extends AutoPlugin {
8383
object Build {
8484
import ScaladocConfigs._
8585

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
8687
val referenceVersion = "3.4.1"
8788

88-
val baseVersion = "3.4.2"
89+
val baseVersion = "3.4.3-RC1"
8990

9091
// LTS or Next
9192
val versionLine = "Next"

0 commit comments

Comments
 (0)