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 d319c5b commit 1a5bd50Copy full SHA for 1a5bd50
BuildTools/Package.swift
@@ -6,7 +6,7 @@ let package = Package(
6
platforms: [.macOS(.v14)],
7
dependencies: [
8
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.5"),
9
- .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.58.2")
+ .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.0")
10
],
11
targets: [.target(name: "BuildTools", path: "")]
12
)
0 commit comments