Skip to content

Commit deb60ed

Browse files
authored
Update SwiftSyntax dependency URL (#73)
1 parent f130683 commit deb60ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(
22-
url: "https://github.com/apple/swift-syntax.git",
22+
url: "https://github.com/swiftlang/swift-syntax.git",
2323
exact: "600.0.0"
2424
),
2525
],

0 commit comments

Comments
 (0)