Skip to content

Commit

Permalink
chore(deps): update dependency nicklockwood/swiftformat to from: "0.5…
Browse files Browse the repository at this point in the history
…2.11"
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 1c4057f commit 0611c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/SwiftFormatTool/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "SwiftFormatTool",
platforms: [.macOS(.v10_13)],
dependencies: [
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.52.10"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.52.11"),
],
targets: [.target(name: "SwiftFormatTool", path: "")]
)

0 comments on commit 0611c05

Please sign in to comment.