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 e2353f8 commit a91855bCopy full SHA for a91855b
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: "600.0.1"),
+ .package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.0"),
24
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
25
26
targets: [
0 commit comments