Skip to content

Commit 96bcfd5

Browse files
authored
Updated swift-syntax package URL (#303)
1 parent 5b0e0d0 commit 96bcfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let package = Package(
6060
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "7.1.1"),
6161
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.6.0"),
6262
.package(url: "https://github.com/nicklockwood/SwiftFormat", exact: "0.54.0"),
63-
.package(url: "https://github.com/apple/swift-syntax", from: "509.0.0"),
63+
.package(url: "https://github.com/swiftlang/swift-syntax", from: "509.0.0"),
6464
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.1.0"),
6565
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
6666
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),

0 commit comments

Comments
 (0)