From 5fceb213d91d24614b8e85bc0d2aa2eaedb2baec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:24:02 -0500 Subject: [PATCH] Update SwiftSyntax (#4529) Co-authored-by: jpsim --- Package.resolved | 2 +- Package.swift | 2 +- bazel/repos.bzl | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.resolved b/Package.resolved index a1471f9d1..7a5153245 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,7 +33,7 @@ "repositoryURL": "https://github.com/apple/swift-syntax.git", "state": { "branch": null, - "revision": "4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d", + "revision": "7597c25e3a6492131fd4f581e2b458cbfd4be14c", "version": null } }, diff --git a/Package.swift b/Package.swift index c411e51b8..ebef90511 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( ], dependencies: [ .package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.3")), - .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d")), + .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("7597c25e3a6492131fd4f581e2b458cbfd4be14c")), .package(url: "https://github.com/jpsim/SourceKitten.git", .revision("a9e6df65d8e31e0fa6e8a05ffe40ecd54a645871")), .package(url: "https://github.com/jpsim/Yams.git", from: "5.0.1"), .package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"), diff --git a/bazel/repos.bzl b/bazel/repos.bzl index 30a841b8e..cc22e69d3 100644 --- a/bazel/repos.bzl +++ b/bazel/repos.bzl @@ -20,10 +20,10 @@ def swiftlint_repos(): http_archive( name = "com_github_apple_swift_syntax", - sha256 = "66d51836450b83adbd4644e90cff92a5e0ed6bddcd6789c49eb4ee2f21feabd2", # SwiftSyntax sha256 + sha256 = "c133fcbc6936600c32039cffcff26677c9cee79097bdf3d9cf09b05f5d628c77", # SwiftSyntax sha256 build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD", - strip_prefix = "swift-syntax-4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d", - url = "https://github.com/apple/swift-syntax/archive/4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d.tar.gz", + strip_prefix = "swift-syntax-7597c25e3a6492131fd4f581e2b458cbfd4be14c", + url = "https://github.com/apple/swift-syntax/archive/7597c25e3a6492131fd4f581e2b458cbfd4be14c.tar.gz", ) http_archive(