Skip to content

Commit 42f7afd

Browse files
committed
Update Package.swift for official Swift 5.5 release.
- swift-syntax 0.50500.0 - swift-argument-parser 1.0.1
1 parent da2f1ec commit 42f7afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ let package = Package(
143143
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
144144
// Building standalone.
145145
package.dependencies += [
146-
.package(url: "https://github.com/apple/swift-syntax", .revision("593d01f4017cf8b71ec28689629f7b9a6739df0b")),
147-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.3")),
146+
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50500.0")),
147+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
148148
]
149149
} else {
150150
package.dependencies += [

0 commit comments

Comments
 (0)