Update SwiftSyntax (#4636)
Co-authored-by: jpsim <jpsim@users.noreply.github.com>
This commit is contained in:
parent
73a64d674c
commit
6734a64554
|
@ -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" : "7a8a4846820eceb2fc968afdd30b4d6e155bacaf"
|
"revision" : "76d01195182593ff34f5ada1ab0910fae190fc9c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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: "7a8a4846820eceb2fc968afdd30b4d6e155bacaf"),
|
.package(url: "https://github.com/apple/swift-syntax.git", revision: "76d01195182593ff34f5ada1ab0910fae190fc9c"),
|
||||||
.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"),
|
||||||
|
|
|
@ -19,10 +19,10 @@ def swiftlint_repos():
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_github_apple_swift_syntax",
|
name = "com_github_apple_swift_syntax",
|
||||||
sha256 = "2c20a17f884ecd2acc48df43a2234dfbc36c95cd2ae21aae4a3bec1d91ea1ba5", # SwiftSyntax sha256
|
sha256 = "4f244c3acac972817579517d8799c702e5c36d223ab8ab596d9b63010e35e1c6", # SwiftSyntax sha256
|
||||||
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
|
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
|
||||||
strip_prefix = "swift-syntax-7a8a4846820eceb2fc968afdd30b4d6e155bacaf",
|
strip_prefix = "swift-syntax-76d01195182593ff34f5ada1ab0910fae190fc9c",
|
||||||
url = "https://github.com/apple/swift-syntax/archive/7a8a4846820eceb2fc968afdd30b4d6e155bacaf.tar.gz",
|
url = "https://github.com/apple/swift-syntax/archive/76d01195182593ff34f5ada1ab0910fae190fc9c.tar.gz",
|
||||||
)
|
)
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
|
|
Loading…
Reference in New Issue