From fe16296bfb6e4f1fa1ff6795f5ba64cd49d18b29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:52:58 +0000 Subject: [PATCH] Update dependency apple/swift-syntax to v600 --- Resources/parsers/50800/Package.swift | 2 +- Resources/parsers/50900/Package.swift | 2 +- Resources/parsers/51000/Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/parsers/50800/Package.swift b/Resources/parsers/50800/Package.swift index b9c96c73..b563a540 100644 --- a/Resources/parsers/50800/Package.swift +++ b/Resources/parsers/50800/Package.swift @@ -7,7 +7,7 @@ let package = Package( .macOS(.v13) ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax", from: "508.0.1"), + .package(url: "https://github.com/apple/swift-syntax", from: "600.0.0"), ], targets: [ .executableTarget( diff --git a/Resources/parsers/50900/Package.swift b/Resources/parsers/50900/Package.swift index af7608b0..54663ab5 100644 --- a/Resources/parsers/50900/Package.swift +++ b/Resources/parsers/50900/Package.swift @@ -7,7 +7,7 @@ let package = Package( .macOS(.v13) ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax", from: "509.1.1"), + .package(url: "https://github.com/apple/swift-syntax", from: "600.0.0"), ], targets: [ .executableTarget( diff --git a/Resources/parsers/51000/Package.swift b/Resources/parsers/51000/Package.swift index e50a4ab0..e3ab1400 100644 --- a/Resources/parsers/51000/Package.swift +++ b/Resources/parsers/51000/Package.swift @@ -7,7 +7,7 @@ let package = Package( .macOS(.v13) ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax", from: "510.0.3"), + .package(url: "https://github.com/apple/swift-syntax", from: "600.0.0"), ], targets: [ .executableTarget(