From 9ff3c7dc41780e657bd30b818d010baf4f1b0887 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Thu, 22 Sep 2022 10:31:07 +0200 Subject: [PATCH] Update SwiftSyntax to 0.50700.0 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 14d782a..40bb918 100644 --- a/Package.resolved +++ b/Package.resolved @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/apple/swift-syntax.git", "state": { "branch": null, - "revision": "0b6c22b97f8e9320bca62e82cdbee601cf37ad3f", - "version": "0.50600.1" + "revision": "04d4497be6b88e524a71778d828790e9589ae1c4", + "version": "0.50700.0" } } ] diff --git a/Package.swift b/Package.swift index aa7a6b8..04c447e 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( dependencies: [ .package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")), .package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")), - .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .upToNextMinor(from: "0.50600.1")), + .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .upToNextMinor(from: "0.50700.0")), .package(url: "https://github.com/kylef/Stencil.git", .upToNextMinor(from: "0.14.1")), ], targets: [ -- GitLab