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(