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 47650dc commit 628d442Copy full SHA for 628d442
Package.swift
@@ -67,7 +67,7 @@ let package = Package(
67
// Linter for Swift code
68
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.59.1"),
69
// Formatter for Swift code
70
- .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.2"),
+ .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.3"),
71
],
72
73
// MARK: - Targets
0 commit comments