Skip to content

Commit

Permalink
Adds swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
abin0992 committed Jul 16, 2023
1 parent 223a583 commit 5f4381c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ let package = Package(
.copy("Stubs/test_checkoutResponse.json")
]
),

Check warning on line 38 in Package.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
]
],
swiftLanguageVersions: [.version("5.7"))]
)

0 comments on commit 5f4381c

Please sign in to comment.