We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da2f1ec + 42f7afd commit f872223Copy full SHA for f872223
Package.swift
@@ -143,8 +143,8 @@ let package = Package(
143
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
144
// Building standalone.
145
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")),
+ .package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50500.0")),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
148
]
149
} else {
150
0 commit comments