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.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Aug 15, 2022
1 parent 7d6de5a commit 4a83f88
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.49.13/swiftformat.artifactbundle.zip",
checksum: "5ce27780dceee8714b15d53141e6dce1a8d626e970eade3c511c9ef1a0c06f40"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.49.14/swiftformat.artifactbundle.zip",
checksum: "30e7fccc5a74875018e1556fa570eae4baf87c40976c7d6fa21cf0d282f1c340"
),
.plugin(name: "SwiftFormat",
capability: .command(
Expand Down

0 comments on commit 4a83f88

Please sign in to comment.