Skip to content

Commit d26eb05

Browse files
Update dependency swiftlang/swift-format to from: "602.0.0" (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7ac6dc commit d26eb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
.package(url: "https://github.com/apple/swift-log", from: "1.6.4"),
3434
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
3535
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
36-
.package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0-latest"),
36+
.package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0"),
3737
],
3838
targets: [
3939
.binaryTarget(

0 commit comments

Comments
 (0)