Update SwiftSyntax (#4659)

Co-authored-by: jpsim <jpsim@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-26 09:37:51 -05:00 committed by GitHub
parent 5ff40867b3
commit 470d471e51
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" : "e048c1c1a68fbcbd7f2db200b2c2c20af929f67a" "revision" : "a2d31e8880224f5a619f24bf58c122836faf99ff"
} }
}, },
{ {

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: "e048c1c1a68fbcbd7f2db200b2c2c20af929f67a"), .package(url: "https://github.com/apple/swift-syntax.git", revision: "a2d31e8880224f5a619f24bf58c122836faf99ff"),
.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 = "73d5406e5e18109b289389fd43ab05fdb0a4c531c4697cff72182bcfd5152c62", # SwiftSyntax sha256 sha256 = "854c5cefdcfdb30fdc758db9cdad37fb9b78bb6897300e2ceb92f7be41bbe044", # SwiftSyntax sha256
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD", build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
strip_prefix = "swift-syntax-e048c1c1a68fbcbd7f2db200b2c2c20af929f67a", strip_prefix = "swift-syntax-a2d31e8880224f5a619f24bf58c122836faf99ff",
url = "https://github.com/apple/swift-syntax/archive/e048c1c1a68fbcbd7f2db200b2c2c20af929f67a.tar.gz", url = "https://github.com/apple/swift-syntax/archive/a2d31e8880224f5a619f24bf58c122836faf99ff.tar.gz",
) )
http_archive( http_archive(