From 33fa42becbdbea3fe64e74a7d58b82ecdba20324 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:17:34 -0500 Subject: [PATCH] Update SwiftSyntax (#4644) 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 6cc700d5b5..fce5fb6d0a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,7 +32,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-syntax.git", "state" : { - "revision" : "6fcc5a4b897351766da9dca9d14e26897ca17dc7" + "revision" : "fd2f742c7bdac60f27685ebdacce146706f1d8ef" } }, { diff --git a/Package.swift b/Package.swift index 8b996c02d6..061e7f5355 100644 --- a/Package.swift +++ b/Package.swift @@ -30,7 +30,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.0")), - .package(url: "https://github.com/apple/swift-syntax.git", revision: "6fcc5a4b897351766da9dca9d14e26897ca17dc7"), + .package(url: "https://github.com/apple/swift-syntax.git", revision: "fd2f742c7bdac60f27685ebdacce146706f1d8ef"), .package(url: "https://github.com/jpsim/SourceKitten.git", .upToNextMinor(from: "0.33.1")), .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 7203aa268a..bf8163a120 100644 --- a/bazel/repos.bzl +++ b/bazel/repos.bzl @@ -19,10 +19,10 @@ def swiftlint_repos(): http_archive( name = "com_github_apple_swift_syntax", - sha256 = "17bdf4c9c87bac4f7160be1ca2e4e0101f97f7b75181e18df62b3e425ea753d8", # SwiftSyntax sha256 + sha256 = "adca23185d1bcb554a043707af0a71c531f486cd88ab079fd18dba39250e38d7", # SwiftSyntax sha256 build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD", - strip_prefix = "swift-syntax-6fcc5a4b897351766da9dca9d14e26897ca17dc7", - url = "https://github.com/apple/swift-syntax/archive/6fcc5a4b897351766da9dca9d14e26897ca17dc7.tar.gz", + strip_prefix = "swift-syntax-fd2f742c7bdac60f27685ebdacce146706f1d8ef", + url = "https://github.com/apple/swift-syntax/archive/fd2f742c7bdac60f27685ebdacce146706f1d8ef.tar.gz", ) http_archive(