Skip to content

Commit e46a181

Browse files
PJ FechnerPJ Fechner
authored andcommitted
Updating swift-syntax path
1 parent 47612c0 commit e46a181

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
@@ -29,7 +29,7 @@ let package = Package(
2929
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "7.6.0")),
3030
// swiftlint is kinda big to pull in and build right now...maybe later
3131
// .package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.52.0")),
32-
.package(url: "https://github.com/apple/swift-syntax.git", "508.0.0"..."600.0.1"),
32+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "508.0.0"..."600.0.1"),
3333
// For testing different versions of swift-syntax
3434
// .package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "509.0.0"))
3535

0 commit comments

Comments
 (0)