Skip to content

Commit

Permalink
Merge pull request #1058 from 0x1-company/renovate/nicklockwood-swift…
Browse files Browse the repository at this point in the history
…format-0.x
  • Loading branch information
tomokisun authored Dec 6, 2023
2 parents 1c4057f + 11eb727 commit 1ce23fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BuildTools/SwiftFormatTool/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/nicklockwood/SwiftFormat",
"state" : {
"revision" : "cac06079ce883170ab44cb021faad298daeec2a5",
"version" : "0.52.10"
"revision" : "ad7707bd34a33fa64a2c593c53deaa7d7469e2f0",
"version" : "0.52.11"
}
}
],
Expand Down
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 1ce23fb

Please sign in to comment.