Skip to content

Commit

Permalink
Setup versions for 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Mar 26, 2024
1 parent 3d12aaa commit feeddb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.3.1"
val referenceVersion = "3.3.3"

val baseVersion = "3.3.3"
val baseVersion = "3.3.4-RC1"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
Expand All @@ -99,7 +99,7 @@ object Build {
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
* 3.0.x release.
*/
val previousDottyVersion = "3.3.1"
val previousDottyVersion = "3.3.3"

object CompatMode {
final val BinaryCompatible = 0
Expand Down

0 comments on commit feeddb7

Please sign in to comment.