diff --git a/BuildTools/Package.resolved b/BuildTools/Package.resolved index 9a312d91..b870b81a 100644 --- a/BuildTools/Package.resolved +++ b/BuildTools/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nicklockwood/SwiftFormat", "state" : { - "revision" : "d6309f7440889427426143b4a0b100b959d3f3e6", - "version" : "0.54.3" + "revision" : "397309e73621d6355d3a7fb832ca233ac9dd5254", + "version" : "0.61.0" } }, { diff --git a/BuildTools/Package.swift b/BuildTools/Package.swift index 3e130d20..e4b94ac3 100644 --- a/BuildTools/Package.swift +++ b/BuildTools/Package.swift @@ -5,7 +5,7 @@ let package = Package( name: "BuildTools", platforms: [.macOS(.v14)], dependencies: [ - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.59.1"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.61.0"), .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.63.2") ], targets: [.target(name: "BuildTools", path: "")]