Skip to content

Commit 3da93a7

Browse files
authored
Updated swift-syntax package's url (#1354) (#1364)
1 parent c6ee78a commit 3da93a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ var dependencies: [Package.Dependency] = [
258258
.package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"),
259259
.package(url: "https://github.com/art-divin/StencilSwiftKit.git", exact: "2.10.4"),
260260
.package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.16.0"),
261-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.0"),
261+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.0"),
262262
.package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
263263
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
264264
.package(url: "https://github.com/art-divin/swift-package-manager.git", exact: "1.0.8"),

0 commit comments

Comments
 (0)