From db748536810987afc9314b33e03158445acc4773 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:04:07 +0000 Subject: [PATCH] chore(deps): update dependency nicklockwood/swiftformat to from: "0.54.4" --- examples/pkg_manifest_minimal/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pkg_manifest_minimal/Package.swift b/examples/pkg_manifest_minimal/Package.swift index fe833df73..2939b960c 100644 --- a/examples/pkg_manifest_minimal/Package.swift +++ b/examples/pkg_manifest_minimal/Package.swift @@ -7,7 +7,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), .package(url: "https://github.com/apple/swift-log", from: "1.6.1"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.3"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.4"), .package(path: "third_party/my_local_package"), .package(path: "third_party/NotThatAmazingModule"), ]