Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 257f05a

Browse files
authoredMay 14, 2025··
chore(deps): update dependency nicklockwood/swiftformat to from: "0.56.1" (#420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27a7422 commit 257f05a

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

0 commit comments

Comments
 (0)
Please sign in to comment.