diff --git a/Examples/HelloWorldServer/Package.resolved b/Examples/HelloWorldServer/Package.resolved index 2d8c601..9cf6507 100644 --- a/Examples/HelloWorldServer/Package.resolved +++ b/Examples/HelloWorldServer/Package.resolved @@ -31,7 +31,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { "revision" : "4799286537280063c85a32f09884cfbca301b1a1", "version" : "602.0.0" diff --git a/Examples/StarWars/Package.resolved b/Examples/StarWars/Package.resolved index 7557624..27931cc 100644 --- a/Examples/StarWars/Package.resolved +++ b/Examples/StarWars/Package.resolved @@ -220,7 +220,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { "revision" : "4799286537280063c85a32f09884cfbca301b1a1", "version" : "602.0.0" diff --git a/Package.resolved b/Package.resolved index a43b3de..ac47c68 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "f9a807649c4b1db32f6ac6c375b3cdacb80613bd104b38d4f3141facd99212c1", + "originHash" : "5cf7598aebac7232928647b5e11c512efafa656536195387ff0cfdf963d3921c", "pins" : [ { "identity" : "graphql", @@ -31,7 +31,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { "revision" : "4799286537280063c85a32f09884cfbca301b1a1", "version" : "602.0.0" diff --git a/Package.swift b/Package.swift index 7e4636a..a3d688c 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "4.1.0"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"), - .package(url: "https://github.com/apple/swift-syntax.git", "600.0.1"..<"603.0.0"), + .package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.1"..<"603.0.0"), .package(url: "https://github.com/jpsim/Yams.git", "4.0.0"..<"7.0.0"), ], targets: [