Skip to content

Commit 7d53d45

Browse files
committed
Update swift-syntax dependency to 0.50700.0.
1 parent 770ed33 commit 7d53d45

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)