From 0e0d4d9d53dd0b2ff4d82c1a0e8a5a98e5933fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 18:33:38 +0000 Subject: [PATCH] chore(Deps): bump github.com/swiftlang/swift-syntax Bumps [github.com/swiftlang/swift-syntax](https://github.com/swiftlang/swift-syntax) from 603.0.2 to 604.0.0. - [Release notes](https://github.com/swiftlang/swift-syntax/releases) - [Commits](https://github.com/swiftlang/swift-syntax/compare/603.0.2...604.0.0) --- updated-dependencies: - dependency-name: github.com/swiftlang/swift-syntax dependency-version: 604.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 7d896f004..10b1415cc 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( .plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]), ], dependencies: [ - .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"604.0.0"), + .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"605.0.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),