diff --git a/Package.swift b/Package.swift index 907933ba..2c3da18b 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax.git", "509.1.0"..<"511.0.0"), + .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"511.0.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"), .package(url: "https://github.com/apple/swift-format", from: "509.0.0"),