From bf05adc5eabfe9ecb5094e0f3559a3c931cc2992 Mon Sep 17 00:00:00 2001 From: Marco Eidinger Date: Thu, 20 Oct 2022 05:42:29 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20use=20nicklockwood/Swift?= =?UTF-8?q?Format@0.50.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Package.swift | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index aa1fa08..3d9944f 100644 --- a/Package.swift +++ b/Package.swift @@ -11,8 +11,8 @@ let package = Package( targets: [ .binaryTarget( name: "swiftformat", - url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.1/swiftformat.artifactbundle.zip", - checksum: "76adf04beb0ef114092729a6ce300d330a96a80561826da86230e35471fe69c0" + url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.50.2/swiftformat.artifactbundle.zip", + checksum: "a61e23a0d32243f4826924a21d7d2b5c64946052e55e9e27387707882570258e" ), .plugin(name: "SwiftFormat", capability: .command( diff --git a/README.md b/README.md index d19210c..1309048 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the package to your dependencies. ```swift dependencies: [ // ... - .package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.49.18"), + .package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.50.2"), ] ```