Skip to content

Commit 688850e

Browse files
committed
Change SwiftSyntax dependency branch to release/5.9
1 parent acd41fd commit 688850e

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
@@ -221,7 +221,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
221221
),
222222
.package(
223223
url: "https://github.com/apple/swift-syntax.git",
224-
branch: "main"
224+
branch: "release/5.9"
225225
),
226226
.package(
227227
url: "https://github.com/apple/swift-tools-support-core.git",

0 commit comments

Comments
 (0)