Skip to content

Commit

Permalink
Update SwiftSyntax (realm#4649)
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 Dec 19, 2022
1 parent 83ee9a8 commit 4a6387d
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 @@ -32,7 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "fd2f742c7bdac60f27685ebdacce146706f1d8ef"
"revision" : "e048c1c1a68fbcbd7f2db200b2c2c20af929f67a"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: "fd2f742c7bdac60f27685ebdacce146706f1d8ef"),
.package(url: "https://github.com/apple/swift-syntax.git", revision: "e048c1c1a68fbcbd7f2db200b2c2c20af929f67a"),
.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"),
Expand Down
6 changes: 3 additions & 3 deletions bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def swiftlint_repos():

http_archive(
name = "com_github_apple_swift_syntax",
sha256 = "adca23185d1bcb554a043707af0a71c531f486cd88ab079fd18dba39250e38d7", # SwiftSyntax sha256
sha256 = "73d5406e5e18109b289389fd43ab05fdb0a4c531c4697cff72182bcfd5152c62", # SwiftSyntax sha256
build_file = "@SwiftLint//bazel:SwiftSyntax.BUILD",
strip_prefix = "swift-syntax-fd2f742c7bdac60f27685ebdacce146706f1d8ef",
url = "https://github.com/apple/swift-syntax/archive/fd2f742c7bdac60f27685ebdacce146706f1d8ef.tar.gz",
strip_prefix = "swift-syntax-e048c1c1a68fbcbd7f2db200b2c2c20af929f67a",
url = "https://github.com/apple/swift-syntax/archive/e048c1c1a68fbcbd7f2db200b2c2c20af929f67a.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 4a6387d

Please sign in to comment.