Skip to content

Commit feeddb7

Browse files
committed
Setup versions for 3.3.4
1 parent 3d12aaa commit feeddb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ object DottyJSPlugin extends AutoPlugin {
8181
object Build {
8282
import ScaladocConfigs._
8383

84-
val referenceVersion = "3.3.1"
84+
val referenceVersion = "3.3.3"
8585

86-
val baseVersion = "3.3.3"
86+
val baseVersion = "3.3.4-RC1"
8787

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

104104
object CompatMode {
105105
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)