We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swift-syntax
603.x
1 parent 201ce15 commit 868dc07Copy full SHA for 868dc07
1 file changed
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
.plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]),
21
],
22
dependencies: [
23
- .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"603.0.0"),
+ .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"604.0.0"),
24
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
25
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
26
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
0 commit comments