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 7f98bdb commit 31934fbCopy full SHA for 31934fb
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.2"),
+ .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
24
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.1"),
25
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
26
0 commit comments