Skip to content

Commit

Permalink
Update SwiftSyntax to release aligned with Swift 5.9 (#5221)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny authored Sep 14, 2023
1 parent 35a7881 commit add15d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "057bdfb4632cc758973d46efaf98e43d07ee4bdb",
"version" : "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-28-a"
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.1")),
.package(url: "https://github.com/apple/swift-syntax.git", exact: "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-28-a"),
.package(url: "https://github.com/apple/swift-syntax.git", exact: "509.0.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", .upToNextMinor(from: "0.34.1")),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.6"),
.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,9 +20,9 @@ def swiftlint_repos(bzlmod = False):

http_archive(
name = "SwiftSyntax",
sha256 = "1c33da839450230827cdd82e21c5e92faefee6471b5e55744dbef4b745828d8f",
strip_prefix = "swift-syntax-509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-28-a",
url = "https://github.com/apple/swift-syntax/archive/refs/tags/509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-28-a.tar.gz",
sha256 = "1cddda9f7d249612e3d75d4caa8fd9534c0621b8a890a7d7524a4689bce644f1",
strip_prefix = "swift-syntax-509.0.0",
url = "https://github.com/apple/swift-syntax/archive/refs/tags/509.0.0.tar.gz",
)

http_archive(
Expand Down

0 comments on commit add15d0

Please sign in to comment.