Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
feat: 🎸 use nicklockwood/SwiftFormat@0.50.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Oct 24, 2022
1 parent bf05adc commit cc96145
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 @@ -11,8 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "swiftformat",
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.2/swiftformat.artifactbundle.zip",
checksum: "a61e23a0d32243f4826924a21d7d2b5c64946052e55e9e27387707882570258e"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.3/swiftformat.artifactbundle.zip",
checksum: "a3221d54c2ac00f5c0ce0a2ebc6906ee371d527814174a9c65983f3a3a395321"
),
.plugin(name: "SwiftFormat",
capability: .command(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the package to your dependencies.
```swift
dependencies: [
// ...
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.50.2"),
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.50.3"),
]
```

Expand Down

0 comments on commit cc96145

Please sign in to comment.