We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47612c0 commit e46a181Copy full SHA for e46a181
Package.swift
@@ -29,7 +29,7 @@ let package = Package(
29
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "7.6.0")),
30
// swiftlint is kinda big to pull in and build right now...maybe later
31
// .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"),
+ .package(url: "https://github.com/swiftlang/swift-syntax.git", "508.0.0"..."600.0.1"),
33
// For testing different versions of swift-syntax
34
// .package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "509.0.0"))
35
0 commit comments