From 3a56dfde96f46c2b55eaf6f8ef6454d8c4d176bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:31:18 +0000 Subject: [PATCH] chore(deps): update dependency apple/swift-syntax to v600 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 37a294f..ee9150b 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/jpsim/Yams.git", from: "4.0.6"), .package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.2.2"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"), - .package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50100.0")), + .package(url: "https://github.com/apple/swift-syntax.git", .exact("600.0.1")), .package(url: "https://github.com/jkandzi/Progress.swift", from: "0.4.0") ], targets: [