Skip to content

Commit 8f2dd1e

Browse files
authored
Merge pull request #2526 from ahoppen/ahoppen/codegen-510
Make CodeGeneration depend on swift-syntax 510.0.0 instead of 509.0.0
2 parents 25ce3a2 + 58e4645 commit 8f2dd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGeneration/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.executable(name: "generate-swift-syntax", targets: ["generate-swift-syntax"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-syntax", from: "509.0.0"),
15+
.package(url: "https://github.com/apple/swift-syntax", from: "510.0.0"),
1616
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)