Skip to content

Commit 3dd9b51

Browse files
authored
Merge pull request swiftlang#406 from allevato/finish-5.7
Update swift-syntax dependency to 0.50700.0.
2 parents 770ed33 + 7d53d45 commit 3dd9b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
183183
),
184184
.package(
185185
url: "https://github.com/apple/swift-syntax",
186-
branch: "swift-5.7-RELEASE"
186+
.upToNextMinor(from: "0.50700.0")
187187
),
188188
.package(
189189
url: "https://github.com/apple/swift-tools-support-core.git",

0 commit comments

Comments
 (0)