Skip to content

Commit

Permalink
Remove dependency declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmontgomery committed Oct 28, 2024
1 parent 3cd03e3 commit a6694d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6694d4

Please sign in to comment.