Skip to content

Commit b3f79f5

Browse files
Update dependency realm/SwiftLint to from: "0.58.1"
1 parent e57305b commit b3f79f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSLCertificateCheckPackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ let package = Package(
167167
.package(url: "https://github.com/maiyama18/LicensesPlugin.git", .upToNextMajor(from: "0.2.0")),
168168
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0")),
169169
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0")),
170-
.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.54.0")),
170+
.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.58.1")),
171171
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMajor(from: "1.5.0")),
172172
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.15.0")),
173173
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.1")),

0 commit comments

Comments
 (0)