Skip to content

Commit 868dc07

Browse files
committed
Update swift-syntax dependency upper bound to support version 603.x
1 parent 201ce15 commit 868dc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
.plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"603.0.0"),
23+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"604.0.0"),
2424
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
2525
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
2626
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),

0 commit comments

Comments
 (0)