From d953be6a43045dbb8cc32148de45a464934df986 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 12 Jul 2024 12:58:02 -0700 Subject: [PATCH] Point updated packages to swiftlang organization --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- Package.resolved | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3f11750..5c01b15 100644 --- a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -21,7 +21,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "74203046135342e4a4a627476dd6caf8b28fe11b", "version" : "509.0.0" diff --git a/Package.resolved b/Package.resolved index 39fc1d0..93894d8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -21,7 +21,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775", "version" : "510.0.0" diff --git a/Package.swift b/Package.swift index c69de94..cbc1f62 100644 --- a/Package.swift +++ b/Package.swift @@ -15,9 +15,9 @@ let package = Package( .library(name: "Perception", targets: ["Perception"]) ], dependencies: [ - .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"), + .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), ], targets: [ .target(