Skip to content

Commit

Permalink
Merge pull request #413 from allevato/point-one
Browse files Browse the repository at this point in the history
[5.7] Require at least swift-syntax 0.50700.1.
  • Loading branch information
allevato committed Oct 10, 2022
2 parents 3dd9b51 + f52ddcb commit 5f18422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -183,7 +183,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
),
.package(
url: "https://github.com/apple/swift-syntax",
.upToNextMinor(from: "0.50700.0")
.upToNextMinor(from: "0.50700.1")
),
.package(
url: "https://github.com/apple/swift-tools-support-core.git",
Expand Down
2 changes: 1 addition & 1 deletion Sources/swift-format/VersionOptions.swift
Expand Up @@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
func validate() throws {
if version {
// TODO: Automate updates to this somehow.
print("0.50700.0")
print("0.50700.1")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 5f18422

Please sign in to comment.