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 135449f commit 27a7422Copy full SHA for 27a7422
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.55.6"),
+ .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.0"),
9
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1")
10
],
11
targets: [.target(name: "BuildTools", path: "")]
0 commit comments