Skip to content

Commit 317185c

Browse files
committed
Change swift-syntax dependency to 'release/5.10'
1 parent 4bdbb28 commit 317185c

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
@@ -154,7 +154,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
154154
),
155155
.package(
156156
url: "https://github.com/apple/swift-syntax.git",
157-
branch: "main"
157+
branch: "release/5.10"
158158
),
159159
]
160160
} else {

0 commit comments

Comments
 (0)