Skip to content

Commit 27a7422

Browse files
chore(deps): update dependency nicklockwood/swiftformat to from: "0.56.0" (#419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 135449f commit 27a7422

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(.v14)],
77
dependencies: [
8-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.6"),
8+
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.0"),
99
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1")
1010
],
1111
targets: [.target(name: "BuildTools", path: "")]

0 commit comments

Comments
 (0)