Skip to content

Commit 5bce12d

Browse files
chore(deps): update dependency nicklockwood/swiftformat to v0.55.5
1 parent 4bafc82 commit 5bce12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildTools/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let package = Package(
55
name: "BuildTools",
66
platforms: [.macOS(.v10_11)],
77
dependencies: [
8-
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.49.1")),
8+
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.55.5")),
99
],
1010
targets: [.target(name: "BuildTools", path: "")]
1111
)

0 commit comments

Comments
 (0)