From eba8266e8e3eb847c1864bccd9d863434b0a60b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 03:39:50 +0000 Subject: [PATCH] Update dependency nicklockwood/SwiftFormat to from: "0.56.3" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 6e9e43c..0b811d8 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: "601.0.1"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.5"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.3"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"), .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1") ],