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 9caa372 commit ee12052Copy full SHA for ee12052
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
],
21
dependencies: [
22
// Depend on the Swift 5.9 release of SwiftSyntax
23
- .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
+ .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
24
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.2"),
25
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
26
0 commit comments