We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bafc82 commit 5bce12dCopy full SHA for 5bce12d
BuildTools/Package.swift
@@ -5,7 +5,7 @@ let package = Package(
5
name: "BuildTools",
6
platforms: [.macOS(.v10_11)],
7
dependencies: [
8
- .package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.49.1")),
+ .package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.55.5")),
9
],
10
targets: [.target(name: "BuildTools", path: "")]
11
)
0 commit comments