Skip to content

Commit d0547a0

Browse files
committed
Use swiftlang repo for SwingSyntax
1 parent dfe0f57 commit d0547a0

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
@@ -18,7 +18,7 @@ var package = Package(
1818
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
1919

2020
// Depend on the latest Swift 5.9 prerelease of SwiftSyntax
21-
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
21+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0"..<"602.0.0"),
2222

2323
// Documentation
2424
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),

0 commit comments

Comments
 (0)