Skip to content

Commit ca00576

Browse files
committed
Release 3.3.1-RC7
1 parent 24cd50d commit ca00576

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
@@ -82,7 +82,7 @@ object Build {
8282

8383
val referenceVersion = "3.3.0"
8484

85-
val baseVersion = "3.3.1-RC6"
85+
val baseVersion = "3.3.1-RC7"
8686

8787
// Versions used by the vscode extension to create a new project
8888
// This should be the latest published releases.
@@ -98,7 +98,7 @@ object Build {
9898
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
9999
* 3.0.x release.
100100
*/
101-
val previousDottyVersion = "3.3.1-RC5"
101+
val previousDottyVersion = "3.3.1-RC6"
102102

103103
object CompatMode {
104104
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)