Skip to content

Commit

Permalink
Replace 3.5 with future
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Jan 18, 2024
1 parent dc60bcc commit 48e0340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object MigrationVersion:

val AscriptionAfterPattern = MigrationVersion(`3.3`, future)

val ExplicitContextBoundArgument = MigrationVersion(`3.4`, `3.5`)
val ExplicitContextBoundArgument = MigrationVersion(`3.4`, future)

val AlphanumericInfix = MigrationVersion(`3.4`, future)
val RemoveThisQualifier = MigrationVersion(`3.4`, future)
Expand Down

0 comments on commit 48e0340

Please sign in to comment.