Skip to content

Commit

Permalink
Set versions for 3.4.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jul 24, 2024
1 parent 0f7f990 commit 5f36df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

// We don't set reference version to 3.4.2 as it contains a binary compatibility bug we're fixing in 3.4.3
val referenceVersion = "3.4.1"

val baseVersion = "3.4.2"
val baseVersion = "3.4.3-RC1"

// LTS or Next
val versionLine = "Next"
Expand Down

0 comments on commit 5f36df2

Please sign in to comment.