diff --git a/examples/pkg_manifest_minimal/Package.swift b/examples/pkg_manifest_minimal/Package.swift index 8455f7c94..57b6b6104 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.5"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.6"), .package(path: "third_party/my_local_package"), .package(path: "third_party/NotThatAmazingModule"), ]