From 6f44a2685f9f70703821933939a00e52571aa156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:23:18 +0100 Subject: [PATCH] Update dependency nicklockwood/SwiftFormat to from: "0.55.2" (#64) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 4615931..709459f 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), .package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.1"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.1"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.2"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"), .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.57.0") ],