Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-format to v600
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 901d1ea commit 35deaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/SwiftFormat/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let package = Package(
name: "SwiftFormat",
platforms: [.macOS(.v10_14)],
dependencies: [
.package(url: "https://github.com/apple/swift-format", from: "510.1.0")
.package(url: "https://github.com/apple/swift-format", from: "600.0.0")
],
targets: [.target(name: "SwiftFormat", path: "")]
)

0 comments on commit 35deaa9

Please sign in to comment.