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 27a7422 commit 257f05aCopy full SHA for 257f05a
BuildTools/Package.swift
@@ -5,7 +5,7 @@ let package = Package(
5
name: "BuildTools",
6
platforms: [.macOS(.v14)],
7
dependencies: [
8
- .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.0"),
+ .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.1"),
9
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1")
10
],
11
targets: [.target(name: "BuildTools", path: "")]
0 commit comments