Skip to content

Commit 1551eab

Browse files
authored
Set reference version to 3.3.1 (#18585)
2 parents ee2e7a4 + 2000f08 commit 1551eab

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
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
8383
object Build {
8484
import ScaladocConfigs._
8585

86-
val referenceVersion = "3.3.1-RC7"
86+
val referenceVersion = "3.3.1"
8787

8888
val baseVersion = "3.4.0-RC1"
8989

@@ -101,7 +101,7 @@ object Build {
101101
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
102102
* 3.0.x release.
103103
*/
104-
val previousDottyVersion = "3.3.0"
104+
val previousDottyVersion = "3.3.1"
105105

106106
object CompatMode {
107107
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)