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 1a5bd50 commit 3985dd9Copy full SHA for 3985dd9
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.59.0")
+ .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1")
10
],
11
targets: [.target(name: "BuildTools", path: "")]
12
)
0 commit comments