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 a7ac6dc commit d26eb05Copy full SHA for d26eb05
Package.swift
@@ -33,7 +33,7 @@ let package = Package(
33
.package(url: "https://github.com/apple/swift-log", from: "1.6.4"),
34
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
35
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
36
- .package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0-latest"),
+ .package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0"),
37
],
38
targets: [
39
.binaryTarget(
0 commit comments