From 31934fb41985458cc4891b7ead8a66ddff521f52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:47:05 +0300 Subject: [PATCH] chore(deps): update dependency apple/swift-syntax to from: "510.0.3" (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index db43c82..efeb10f 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ], dependencies: [ // Depend on the Swift 5.9 release of SwiftSyntax - .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"), + .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.1"), .package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0") ],