diff --git a/MutaroModule/Package.swift b/MutaroModule/Package.swift index 40e88367..16ec1555 100644 --- a/MutaroModule/Package.swift +++ b/MutaroModule/Package.swift @@ -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.57.1"), .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"),