Skip to content

Commit

Permalink
Bump swift-syntax to 5.10.0 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Mar 4, 2024
1 parent e7b7722 commit 5b0c434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
"revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775",
"version" : "510.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -21,7 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", "508.0.1"..<"510.0.0")
.package(url: "https://github.com/apple/swift-syntax", "508.0.1"..<"511.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 5b0c434

Please sign in to comment.