Skip to content

Commit

Permalink
Update dependency nicklockwood/SwiftFormat to from: "0.55.2" (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent f604677 commit 6f44a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.1"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.1"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.2"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.57.0")
],
Expand Down

0 comments on commit 6f44a26

Please sign in to comment.