Skip to content

Commit bab5ec2

Browse files
authored
Merge pull request #520 from ahoppen/ahoppen/5.9/dependency-branch
Change SwiftSyntax dependency branch to release/5.9
2 parents fc41abc + 688850e commit bab5ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
217217
url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
218218
.package(
219219
url: "https://github.com/apple/swift-syntax.git",
220-
branch: "main"
220+
branch: "release/5.9"
221221
),
222222
.package(
223223
url: "https://github.com/apple/swift-tools-support-core.git",

0 commit comments

Comments
 (0)