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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Oct 8, 2022
1 parent db39e60 commit 74e2733
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "swiftformat",
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.18/swiftformat.artifactbundle.zip",
checksum: "47e8ecd01fca0ea3c21029a0ea53b3dff4eb712e6164c5c796e4c74c7facf073"


url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.0/swiftformat.artifactbundle.zip",
checksum: "7b2e20261530433ba613d96332ada3bd52bfd19b1296d4d929e61338dfd7e9cc"
),
.plugin(name: "SwiftFormat",
capability: .command(
Expand Down

0 comments on commit 74e2733

Please sign in to comment.