Skip to content

Commit 4787b0b

Browse files
authored
Fix resolution of SwiftSyntax 600 (#23)
* Fix SwiftSyntax 600 resolution * preserve original semantics
1 parent d6de1c1 commit 4787b0b

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
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0"),
20+
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
2121
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.16.0"),
2222
],
2323
targets: [

0 commit comments

Comments
 (0)