Update SwiftSyntax (#4529)

Co-authored-by: jpsim <jpsim@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-08 10:24:02 -05:00
committed by GitHub
co-authored by jpsim
parent 2928dab4ec
commit 5fceb213d9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
"repositoryURL": "https://github.com/apple/swift-syntax.git",
"state": {
"branch": null,
"revision": "4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d",
"revision": "7597c25e3a6492131fd4f581e2b458cbfd4be14c",
"version": null
}
},
+1 -1
View File
@@ -28,7 +28,7 @@ let package = Package(
],
dependencies: [
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.3")),
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d")),
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("7597c25e3a6492131fd4f581e2b458cbfd4be14c")),
.package(url: "https://github.com/jpsim/SourceKitten.git", .revision("a9e6df65d8e31e0fa6e8a05ffe40ecd54a645871")),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.1"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
+3 -3
View File
@@ -20,10 +20,10 @@ def swiftlint_repos():
http_archive(
name = "com_github_apple_swift_syntax",
sha256 = "66d51836450b83adbd4644e90cff92a5e0ed6bddcd6789c49eb4ee2f21feabd2", # SwiftSyntax sha256
sha256 = "c133fcbc6936600c32039cffcff26677c9cee79097bdf3d9cf09b05f5d628c77", # SwiftSyntax sha256
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
strip_prefix = "swift-syntax-4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d",
url = "https://github.com/apple/swift-syntax/archive/4fa6e6b0ff2302a643e5a1dcd17233a48e21cf7d.tar.gz",
strip_prefix = "swift-syntax-7597c25e3a6492131fd4f581e2b458cbfd4be14c",
url = "https://github.com/apple/swift-syntax/archive/7597c25e3a6492131fd4f581e2b458cbfd4be14c.tar.gz",
)
http_archive(