Skip to content

Commit

Permalink
fix swift version (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Bonham <[email protected]>
  • Loading branch information
abonham and abonham-sbs committed Feb 6, 2021
1 parent f9efb54 commit 9913396
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 @@ -25,6 +25,6 @@ let package = Package(
dependencies: ["BetterCodable"]),
],
swiftLanguageVersions: [
.version("5.1")
.version("5")
]
)

0 comments on commit 9913396

Please sign in to comment.