From 9085501f168b08f5205b68f1b8a0d56bb52b8c1a Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 12 Jul 2024 13:09:13 -0700 Subject: [PATCH] Point updated packages to swiftlang organization (#240) --- Dependencies.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- Package.resolved | 2 +- Package.swift | 2 +- Package@swift-6.0.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dependencies.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Dependencies.xcworkspace/xcshareddata/swiftpm/Package.resolved index aff2bb62..b39ff594 100644 --- a/Dependencies.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Dependencies.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -66,7 +66,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "303e5c5c36d6a558407d364878df131c3546fad8", "version" : "510.0.2" diff --git a/Package.resolved b/Package.resolved index 025c6d3e..47f0af74 100644 --- a/Package.resolved +++ b/Package.resolved @@ -66,7 +66,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "303e5c5c36d6a558407d364878df131c3546fad8", "version" : "510.0.2" diff --git a/Package.swift b/Package.swift index 5dc0a216..0ccc1f19 100644 --- a/Package.swift +++ b/Package.swift @@ -22,11 +22,11 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), .package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"), + .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), ], targets: [ .target( diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index dae5bef6..575f0476 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -22,11 +22,11 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), .package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-clocks", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"), + .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), ], targets: [ .target(