Skip to content

Commit 275cfa8

Browse files
authored
Development version 3.3.0-RC1 (#16283)
As we have agreed, after 3.2.2 we are going for 3.3.0. /cc @odersky for ack
2 parents bf808b3 + db43edc commit 275cfa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ object DottyJSPlugin extends AutoPlugin {
8080
object Build {
8181
import ScaladocConfigs._
8282

83-
val referenceVersion = "3.2.1"
83+
val referenceVersion = "3.2.2-RC1"
8484

85-
val baseVersion = "3.2.2-RC1"
85+
val baseVersion = "3.3.0-RC1"
8686

8787
// Versions used by the vscode extension to create a new project
8888
// This should be the latest published releases.

0 commit comments

Comments
 (0)