Skip to content

Commit

Permalink
Bump Env to Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Aug 13, 2024
1 parent 2a2b607 commit 864cc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/Env/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
.product(name: "KeychainSwift", package: "keychain-swift"),
],
swiftSettings: [
.swiftLanguageMode(.v5),
.swiftLanguageMode(.v6),
]
),
.testTarget(
Expand Down

0 comments on commit 864cc26

Please sign in to comment.