We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645d395 commit 78a873bCopy full SHA for 78a873b
CLI/_swiftformat/Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
let package = Package(
6
name: "_swiftformat",
7
dependencies: [
8
- .package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.48.4"))
+ .package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.53.7"))
9
]
10
)
11
0 commit comments