Skip to content

Commit 60b77ed

Browse files
committed
Release 3.3.2-RC1
1 parent 3149ec0 commit 60b77ed

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
@@ -81,7 +81,7 @@ object DottyJSPlugin extends AutoPlugin {
8181
object Build {
8282
import ScaladocConfigs._
8383

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

8686
val baseVersion = "3.3.2-RC1"
8787

@@ -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.0"
102+
val previousDottyVersion = "3.3.1"
103103

104104
object CompatMode {
105105
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)