Skip to content

Commit

Permalink
[Renovate] Update dependency realm/SwiftLint to from: "0.56.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 58fb369 commit a995e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MutaroModule/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ let package = Package(
.library(name: "MyAppToolsFeature", targets: ["MyAppToolsFeature"])
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0"),
.package(url: "https://github.com/realm/SwiftLint", from: "0.56.2"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.2"),
.package(url: "https://github.com/Kitura/Swift-JWT", from: "4.0.1"),
.package(url: "https://github.com/Quick/Quick", from: "7.4.0"),
Expand Down

0 comments on commit a995e7a

Please sign in to comment.