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.49.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Aug 31, 2022
1 parent 4c44699 commit 0246bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ let package = Package(
targets: [
.binaryTarget(
name: "swiftformat",
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.15/swiftformat.artifactbundle.zip",
checksum: "af3ec3d06313c6cf013c6949faaabcf5f3d80f0f7409360b158190e1ba5c291b"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.16/swiftformat.artifactbundle.zip",
checksum: "b935247c918d0f45ee35e4e42e840fc55cd2461d0db2673b26d47c03a0ffd3f6"

),
.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.15"),
.package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.49.16"),
]
```

Expand Down

0 comments on commit 0246bf9

Please sign in to comment.