Skip to content

Commit

Permalink
Fix resolution of SwiftSyntax 600 (#23)
Browse files Browse the repository at this point in the history
* Fix SwiftSyntax 600 resolution

* preserve original semantics
  • Loading branch information
kabiroberai authored Jun 25, 2024
1 parent d6de1c1 commit 4787b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0"),
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.16.0"),
],
targets: [
Expand Down

0 comments on commit 4787b0b

Please sign in to comment.