We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d484311 commit 4a24855Copy full SHA for 4a24855
1 file changed
Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
23
.package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"),
24
.package(url: "https://github.com/VergeGroup/swift-typed-identifier", from: "2.0.4"),
25
- .package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"),
+ .package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"603.0.0"),
26
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.1"),
27
],
28
targets: [
0 commit comments