Skip to content

Commit f04c6e5

Browse files
Update dependency swiftlang/swift-syntax to v602
1 parent 79150ee commit f04c6e5

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
dependencies: [
3434
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
35-
.package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.1"),
35+
.package(url: "https://github.com/swiftlang/swift-syntax", from: "602.0.0"),
3636
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.57.2"),
3737
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.5")
3838
],

0 commit comments

Comments
 (0)