Skip to content

Commit 834c80a

Browse files
authored
Backport "Bump the developed version to 3.3.2-RC1" to LTS (#18959)
Backports #17600 to the LTS branch. PR submitted by the release tooling.
2 parents 6b277db + ca39010 commit 834c80a

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.3.0"
83+
val referenceVersion = "3.3.1-RC1"
8484

85-
val baseVersion = "3.3.1"
85+
val baseVersion = "3.3.2-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)