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

Commit bf05adc

Browse files
committed
feat: 🎸 use nicklockwood/SwiftFormat@0.50.2
1 parent cd4301b commit bf05adc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
targets: [
1212
.binaryTarget(
1313
name: "swiftformat",
14-
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.1/swiftformat.artifactbundle.zip",
15-
checksum: "76adf04beb0ef114092729a6ce300d330a96a80561826da86230e35471fe69c0"
14+
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.2/swiftformat.artifactbundle.zip",
15+
checksum: "a61e23a0d32243f4826924a21d7d2b5c64946052e55e9e27387707882570258e"
1616
),
1717
.plugin(name: "SwiftFormat",
1818
capability: .command(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the package to your dependencies.
1212
```swift
1313
dependencies: [
1414
// ...
15-
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.49.18"),
15+
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.50.2"),
1616
]
1717
```
1818

0 commit comments

Comments
 (0)