diff --git a/BuildTools/Package.swift b/BuildTools/Package.swift index fae399a..f73ae3b 100644 --- a/BuildTools/Package.swift +++ b/BuildTools/Package.swift @@ -5,7 +5,7 @@ let package = Package( name: "BuildTools", platforms: [.macOS(.v10_11)], dependencies: [ - .package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.49.1")), + .package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.58.7")), ], targets: [.target(name: "BuildTools", path: "")] )