Skip to content

Commit

Permalink
chore(deps): update dependency nicklockwood/swiftformat to v0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 4bafc82 commit 846807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let package = Package(
name: "BuildTools",
platforms: [.macOS(.v10_11)],
dependencies: [
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.49.1")),
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.54.1")),
],
targets: [.target(name: "BuildTools", path: "")]
)

0 comments on commit 846807c

Please sign in to comment.