Skip to content

Commit 5375790

Browse files
committed
Change swift-syntax dependency to 510.0.0
1 parent 3191b8f commit 5375790

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: "release/5.10"
157+
from: "510.0.0"
158158
),
159159
]
160160
} else {

0 commit comments

Comments
 (0)