Skip to content

Commit

Permalink
Update to latest SwiftLint version (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisLitvin authored Jun 21, 2024
1 parent 7a89953 commit 95099d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ let package = Package(

.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.53.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "03416a4f75f023e10f9a76945806ddfe70ca06129b895455cc773c5c7d86b73e"),
url: "https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "722a705de1cf4e0e07f2b7d2f9f631f3a8b2635a0c84cce99f9677b38aa4a1d6"),
])

// Emit an error on Linux, so Swift Package Manager's platform support detection doesn't say this package supports Linux
Expand Down

0 comments on commit 95099d6

Please sign in to comment.