Skip to content

Commit d8cf8a3

Browse files
authored
Merge pull request #13437 from lampepfl/previous-version-3.0.2
Set previous version to 3.0.2
2 parents 2002b6a + 2bf1f0a commit d8cf8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object Build {
8181
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
8282
* 3.0.x release.
8383
*/
84-
val previousDottyVersion = "3.0.1"
84+
val previousDottyVersion = "3.0.2"
8585

8686
object CompatMode {
8787
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)