Skip to content

Commit

Permalink
Merge pull request #145 from giginet/swift-language-mode
Browse files Browse the repository at this point in the history
Use swiftLanguageMode instead
  • Loading branch information
giginet authored Sep 25, 2024
2 parents 390b8b6 + a7b379f commit 74083a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let package = Package(
swiftSettings: swiftSettings
),
],
swiftLanguageVersions: [.v6]
swiftLanguageModes: [.v6]
)

let isDevelopment = ProcessInfo.processInfo.environment["SCIPIO_DEVELOPMENT"] == "1"
Expand Down

0 comments on commit 74083a5

Please sign in to comment.