Skip to content

Commit a7ac6dc

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

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
@@ -32,7 +32,7 @@ let package = Package(
3232
),
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"),
35-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0-latest"),
35+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
3636
.package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0-latest"),
3737
],
3838
targets: [

0 commit comments

Comments
 (0)