Skip to content

Commit

Permalink
Merge pull request swiftlang#406 from allevato/finish-5.7
Browse files Browse the repository at this point in the history
Update swift-syntax dependency to 0.50700.0.
  • Loading branch information
allevato authored Sep 20, 2022
2 parents 770ed33 + 7d53d45 commit 3dd9b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
),
.package(
url: "https://github.com/apple/swift-syntax",
branch: "swift-5.7-RELEASE"
.upToNextMinor(from: "0.50700.0")
),
.package(
url: "https://github.com/apple/swift-tools-support-core.git",
Expand Down

0 comments on commit 3dd9b51

Please sign in to comment.