From a6694d408bc2b60fd3fc9bbc23544c66fcc2f4f1 Mon Sep 17 00:00:00 2001 From: Andrew Montgomery Date: Mon, 28 Oct 2024 12:12:24 -0500 Subject: [PATCH] Remove dependency declaration --- Package.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Package.swift b/Package.swift index 151bb18b..730ba3bb 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,6 @@ let package = Package( dependencies: [ .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.5"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.6"), - .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.56.2"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.