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.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Oct 2, 2022
1 parent 4a0ea32 commit db39e60
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.49.17/swiftformat.artifactbundle.zip",
checksum: "bb4d8b2105b2e81fbc660f5c2e0ae7593581263ba1867eea2242bf705cf299ae"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.18/swiftformat.artifactbundle.zip",
checksum: "47e8ecd01fca0ea3c21029a0ea53b3dff4eb712e6164c5c796e4c74c7facf073"


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

Expand Down

0 comments on commit db39e60

Please sign in to comment.