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

Commit 0246bf9

Browse files
committed
feat: 🎸 use nicklockwood/SwiftFormat@0.49.16
1 parent 4c44699 commit 0246bf9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ let package = Package(
1111
targets: [
1212
.binaryTarget(
1313
name: "swiftformat",
14-
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.15/swiftformat.artifactbundle.zip",
15-
checksum: "af3ec3d06313c6cf013c6949faaabcf5f3d80f0f7409360b158190e1ba5c291b"
14+
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.16/swiftformat.artifactbundle.zip",
15+
checksum: "b935247c918d0f45ee35e4e42e840fc55cd2461d0db2673b26d47c03a0ffd3f6"
16+
1617
),
1718
.plugin(name: "SwiftFormat",
1819
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.15"),
15+
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.49.16"),
1616
]
1717
```
1818

0 commit comments

Comments
 (0)