We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2f1ec commit 42f7afdCopy full SHA for 42f7afd
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