Skip to content

Commit

Permalink
Update to Swift 5.9 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Nov 10, 2023
1 parent 3781dbd commit 9fdb84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ let package = Package(

.binaryTarget(
name: "SwiftFormat",
url: "https://github.com/calda/SwiftFormat/releases/download/0.53-beta-1/SwiftFormat.artifactbundle.zip",
checksum: "a97a1231fd279d826c03611ec89772ee1131805f17f32bb16575bcd373d398a6"),
url: "https://github.com/calda/SwiftFormat/releases/download/0.53-beta-3/SwiftFormat.artifactbundle.zip",
checksum: "ef7283d3dab42809d3faa812dbad71d4f35cd2863db60bc920128fcc12a36a1e"),

.binaryTarget(
name: "SwiftLintBinary",
Expand Down
2 changes: 1 addition & 1 deletion Sources/AirbnbSwiftFormatTool/airbnb.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--exclude Carthage,Pods,.build

# options
--swiftversion 5.8
--swiftversion 5.9
--self remove # redundantSelf
--importgrouping testable-bottom # sortedImports
--commas always # trailingCommas
Expand Down

0 comments on commit 9fdb84c

Please sign in to comment.