Skip to content

Commit b1c28bb

Browse files
committed
build(deps): upgrade SwiftLint to 0.57.0 minimum
1 parent 913d73a commit b1c28bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.5"),
21-
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0")
21+
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.57.0")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)