Skip to content

Commit

Permalink
Update Package.swift for SwiftSyntax 601-prerelease (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Jul 10, 2024
1 parent 0d86630 commit 6357dd1
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 @@ -15,7 +15,7 @@ let package = Package(
.library(name: "Perception", targets: ["Perception"])
],
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-macro-testing", from: "0.1.0"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
],
Expand Down

0 comments on commit 6357dd1

Please sign in to comment.