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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Oct 20, 2022
1 parent cd4301b commit bf05adc
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.1/swiftformat.artifactbundle.zip",
checksum: "76adf04beb0ef114092729a6ce300d330a96a80561826da86230e35471fe69c0"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.2/swiftformat.artifactbundle.zip",
checksum: "a61e23a0d32243f4826924a21d7d2b5c64946052e55e9e27387707882570258e"
),
.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.49.18"),
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.50.2"),
]
```

Expand Down

0 comments on commit bf05adc

Please sign in to comment.