Update SwiftSyntax (#4629)

Co-authored-by: jpsim <jpsim@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-07 17:44:23 -05:00 committed by GitHub
parent 609418f702
commit 7f8eb9de77
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",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "6e3dfb332553ad1462f0a3d45b4d91e349ce4013"
"revision" : "7a8a4846820eceb2fc968afdd30b4d6e155bacaf"
}
},
{

View File

@ -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: "6e3dfb332553ad1462f0a3d45b4d91e349ce4013"),
.package(url: "https://github.com/apple/swift-syntax.git", revision: "7a8a4846820eceb2fc968afdd30b4d6e155bacaf"),
.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"),

View File

@ -19,10 +19,10 @@ def swiftlint_repos():
http_archive(
name = "com_github_apple_swift_syntax",
sha256 = "64af44f40e203a200e49301f120432f555f0827c18af69c36eb9620c30f5957c", # SwiftSyntax sha256
sha256 = "2c20a17f884ecd2acc48df43a2234dfbc36c95cd2ae21aae4a3bec1d91ea1ba5", # SwiftSyntax sha256
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
strip_prefix = "swift-syntax-6e3dfb332553ad1462f0a3d45b4d91e349ce4013",
url = "https://github.com/apple/swift-syntax/archive/6e3dfb332553ad1462f0a3d45b4d91e349ce4013.tar.gz",
strip_prefix = "swift-syntax-7a8a4846820eceb2fc968afdd30b4d6e155bacaf",
url = "https://github.com/apple/swift-syntax/archive/7a8a4846820eceb2fc968afdd30b4d6e155bacaf.tar.gz",
)
http_archive(