Skip to content

Commit 5be7fee

Browse files
Update dependency swiftlang/swift-syntax to from: "600.0.1" (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1e75c2 commit 5be7fee

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.5.0"),
35-
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.0"),
35+
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.1"),
3636
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.6"),
3737
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
3838
],

0 commit comments

Comments
 (0)