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
…5.3" (#1147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Dec 13, 2024
1 parent 414f4d0 commit 5114721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SwiftScripts/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" : "5fdd6a5707372450676ad7b5d9fdc0c43fc7717e",
"version" : "0.55.0"
"revision" : "2d5a2b6bde636c1feae2c852ab9a50f221e98c66",
"version" : "0.55.3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion SwiftScripts/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.55.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.3"),
],
targets: [.target(name: "SwiftFormatTool", path: "")]
)

0 comments on commit 5114721

Please sign in to comment.