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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Oct 16, 2022
1 parent 74e2733 commit cd4301b
Showing 1 changed file with 2 additions and 2 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.0/swiftformat.artifactbundle.zip",
checksum: "7b2e20261530433ba613d96332ada3bd52bfd19b1296d4d929e61338dfd7e9cc"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.1/swiftformat.artifactbundle.zip",
checksum: "76adf04beb0ef114092729a6ce300d330a96a80561826da86230e35471fe69c0"
),
.plugin(name: "SwiftFormat",
capability: .command(
Expand Down

0 comments on commit cd4301b

Please sign in to comment.