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.
1 parent 9088a7d commit 8a2a679Copy full SHA for 8a2a679
Package.swift
@@ -136,7 +136,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
136
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
137
.package(url: "https://github.com/apple/swift-system", .upToNextMinor(from: "1.1.1")),
138
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
139
- .package(url: "https://github.com/apple/swift-format.git", from: "508.0.1"),
+ .package(url: "https://github.com/apple/swift-format.git", from: "510.1.0"),
140
]
141
} else {
142
package.dependencies += [
0 commit comments