diff --git a/other_project_defaults/lint.sh b/other_project_defaults/lint.sh index f6641ba..89e5518 100755 --- a/other_project_defaults/lint.sh +++ b/other_project_defaults/lint.sh @@ -6,10 +6,10 @@ # Copyright © 2020-present Jesse Squires # # SwiftLint -# https://github.com/realm/swiftlint +# https://github.com/realm/SwiftLint/releases/latest # ------------------------------ -VERSION="0.35.0" +VERSION="0.39.0" FOUND=$(swiftlint version) if which swiftlint >/dev/null; then