Skip to content

Commit 48e0340

Browse files
committed
Replace 3.5 with future
1 parent dc60bcc commit 48e0340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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`, `3.5`)
36+
val ExplicitContextBoundArgument = MigrationVersion(`3.4`, future)
3737

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

0 commit comments

Comments
 (0)