Skip to content

Commit c097f95

Browse files
authored
Point updated packages to swiftlang organization (#873)
1 parent 63d3b45 commit c097f95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
{
44
"identity" : "swift-syntax",
55
"kind" : "remoteSourceControl",
6-
"location" : "https://github.com/apple/swift-syntax",
6+
"location" : "https://github.com/swiftlang/swift-syntax",
77
"state" : {
8-
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
9-
"version" : "510.0.2"
8+
"revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
9+
"version" : "600.0.0-prerelease-2024-06-12"
1010
}
1111
}
1212
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease")
24+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease")
2525
],
2626
targets: [
2727
.target(

0 commit comments

Comments
 (0)