Skip to content

Commit

Permalink
feat: use the new swiftlang repos for the swift-syntax as apple del…
Browse files Browse the repository at this point in the history
…egated it away
  • Loading branch information
MojtabaHs committed Aug 30, 2024
1 parent a8d69e8 commit b774f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit b774f98

Please sign in to comment.