Skip to content

Commit 1be8144

Browse files
authored
Support stable 6.1 in swift-syntax (#968)
1 parent 0a670ab commit 1be8144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
],
2727
dependencies: [
2828
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
29-
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0"),
29+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)