Skip to content

Commit 40fab51

Browse files
committed
Replace future with 3.5
This reverts commit 48e0340.
1 parent e9fa840 commit 40fab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/MigrationVersion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object MigrationVersion:
3333

3434
val AscriptionAfterPattern = MigrationVersion(`3.3`, future)
3535

36-
val ExplicitContextBoundArgument = MigrationVersion(`3.4`, future)
36+
val ExplicitContextBoundArgument = MigrationVersion(`3.4`, `3.5`)
3737

3838
val AlphanumericInfix = MigrationVersion(`3.4`, future)
3939
val RemoveThisQualifier = MigrationVersion(`3.4`, future)

0 commit comments

Comments
 (0)