We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d3b45 commit c097f95Copy full SHA for c097f95
Package.resolved
@@ -3,10 +3,10 @@
3
{
4
"identity" : "swift-syntax",
5
"kind" : "remoteSourceControl",
6
- "location" : "https://github.com/apple/swift-syntax",
+ "location" : "https://github.com/swiftlang/swift-syntax",
7
"state" : {
8
- "revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
9
- "version" : "510.0.2"
+ "revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
+ "version" : "600.0.0-prerelease-2024-06-12"
10
}
11
12
],
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
),
22
23
dependencies: [
24
- .package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease")
+ .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease")
25
26
targets: [
27
.target(
0 commit comments