Skip to content

Commit

Permalink
update swiftLanguageVersions to swiftLanguageModes (#77)
Browse files Browse the repository at this point in the history
swiftLanguageVersions is deprecated
  • Loading branch information
alephao authored Oct 17, 2024
1 parent ae21cce commit ac5a2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
]
),
],
swiftLanguageVersions: [.v6]
swiftLanguageModes: [.v6]
)

#if !os(Windows)
Expand Down

0 comments on commit ac5a2c6

Please sign in to comment.