Skip to content

Commit

Permalink
Update SwiftSyntax (realm#4535)
Browse files Browse the repository at this point in the history
Co-authored-by: jpsim <[email protected]>
  • Loading branch information
github-actions[bot] and jpsim authored Nov 9, 2022
1 parent 5fceb21 commit ac7833a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"repositoryURL": "https://github.com/apple/swift-syntax.git",
"state": {
"branch": null,
"revision": "7597c25e3a6492131fd4f581e2b458cbfd4be14c",
"revision": "e07287b891838498342e1eb0a358635faa4a5816",
"version": null
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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("7597c25e3a6492131fd4f581e2b458cbfd4be14c")),
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("e07287b891838498342e1eb0a358635faa4a5816")),
.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"),
Expand Down
6 changes: 3 additions & 3 deletions bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ def swiftlint_repos():

http_archive(
name = "com_github_apple_swift_syntax",
sha256 = "c133fcbc6936600c32039cffcff26677c9cee79097bdf3d9cf09b05f5d628c77", # SwiftSyntax sha256
sha256 = "a0d8186e6b492a10fa0335fb942599b50429ff72aa2fd6a3b214d3212af42d96", # SwiftSyntax sha256
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
strip_prefix = "swift-syntax-7597c25e3a6492131fd4f581e2b458cbfd4be14c",
url = "https://github.com/apple/swift-syntax/archive/7597c25e3a6492131fd4f581e2b458cbfd4be14c.tar.gz",
strip_prefix = "swift-syntax-e07287b891838498342e1eb0a358635faa4a5816",
url = "https://github.com/apple/swift-syntax/archive/e07287b891838498342e1eb0a358635faa4a5816.tar.gz",
)

http_archive(
Expand Down

0 comments on commit ac7833a

Please sign in to comment.