Skip to content

Commit

Permalink
Update SwiftLint to 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Mar 27, 2023
1 parent e4aaf65 commit f3586ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
@@ -1,4 +1,4 @@
// swift-tools-version: 5.6
// swift-tools-version: 5.7

import PackageDescription

Expand All @@ -23,8 +23,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.50.3/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "abe7c0bb505d26c232b565c3b1b4a01a8d1a38d86846e788c4d02f0b1042a904"
url: "https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "9fbfdf1c2a248469cfbe17a158c5fbf96ac1b606fbcfef4b800993e7accf43ae"
),

.plugin(
Expand Down

0 comments on commit f3586ed

Please sign in to comment.