Skip to content

Commit a69a113

Browse files
committed
Use swift-syntax version 0.50300.0.
1 parent e286081 commit a69a113

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
@@ -144,7 +144,7 @@ let package = Package(
144144
if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
145145
// Building standalone.
146146
package.dependencies += [
147-
.package(url: "https://github.com/apple/swift-syntax", .revision("swift-5.3-RELEASE")),
147+
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50300.0")),
148148
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
149149
]
150150
} else {

0 commit comments

Comments
 (0)