Skip to content

Commit 339f0d1

Browse files
committed
Update SwiftSyntax
This fixes Xcode 13 beta 5 support
1 parent 6548542 commit 339f0d1

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
@@ -139,7 +139,7 @@ let package = Package(
139139
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
140140
// Building standalone.
141141
package.dependencies += [
142-
.package(url: "https://github.com/apple/swift-syntax", .revision("9a8d3d8b9fb42bdd9cffc18219b5efb584b5b998")),
142+
.package(url: "https://github.com/apple/swift-syntax", .revision("593d01f4017cf8b71ec28689629f7b9a6739df0b")),
143143
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.3")),
144144
]
145145
} else {

0 commit comments

Comments
 (0)