Skip to content

Commit aaed43c

Browse files
authored
Merge pull request #262 from keith/ks/update-swiftsyntax
Update SwiftSyntax
2 parents 6548542 + 339f0d1 commit aaed43c

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
@@ -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)