Update SwiftSyntax (#4644)

Co-authored-by: jpsim <jpsim@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-14 11:17:34 -05:00 committed by GitHub
parent 25c3fb161d
commit 33fa42becb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git", "location" : "https://github.com/apple/swift-syntax.git",
"state" : { "state" : {
"revision" : "6fcc5a4b897351766da9dca9d14e26897ca17dc7" "revision" : "fd2f742c7bdac60f27685ebdacce146706f1d8ef"
} }
}, },
{ {

View File

@ -30,7 +30,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.0")), .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/SourceKitten.git", .upToNextMinor(from: "0.33.1")),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.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"), .package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),

View File

@ -19,10 +19,10 @@ def swiftlint_repos():
http_archive( http_archive(
name = "com_github_apple_swift_syntax", name = "com_github_apple_swift_syntax",
sha256 = "17bdf4c9c87bac4f7160be1ca2e4e0101f97f7b75181e18df62b3e425ea753d8", # SwiftSyntax sha256 sha256 = "adca23185d1bcb554a043707af0a71c531f486cd88ab079fd18dba39250e38d7", # SwiftSyntax sha256
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD", build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
strip_prefix = "swift-syntax-6fcc5a4b897351766da9dca9d14e26897ca17dc7", strip_prefix = "swift-syntax-fd2f742c7bdac60f27685ebdacce146706f1d8ef",
url = "https://github.com/apple/swift-syntax/archive/6fcc5a4b897351766da9dca9d14e26897ca17dc7.tar.gz", url = "https://github.com/apple/swift-syntax/archive/fd2f742c7bdac60f27685ebdacce146706f1d8ef.tar.gz",
) )
http_archive( http_archive(