We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd9b51 + f52ddcb commit 5f18422Copy full SHA for 5f18422
Package.swift
@@ -183,7 +183,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
183
),
184
.package(
185
url: "https://github.com/apple/swift-syntax",
186
- .upToNextMinor(from: "0.50700.0")
+ .upToNextMinor(from: "0.50700.1")
187
188
189
url: "https://github.com/apple/swift-tools-support-core.git",
Sources/swift-format/VersionOptions.swift
@@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
20
func validate() throws {
21
if version {
22
// TODO: Automate updates to this somehow.
23
- print("0.50700.0")
+ print("0.50700.1")
24
throw ExitCode.success
25
}
26
0 commit comments