Skip to content

Commit 1eb4e83

Browse files
authored
Update tools versions (#79)
1 parent 9f605ee commit 1eb4e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/install-tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ swiftenv local $SWIFT_VERSION
3939

4040
if [ $1 == "swiftlint" ]
4141
then
42-
build_from_gh swiftlint https://github.com/realm/SwiftLint "0.44.0"
42+
build_from_gh swiftlint https://github.com/realm/SwiftLint "0.46.3"
4343
elif [ $1 == "swiftformat" ]
4444
then
45-
build_from_gh swiftformat https://github.com/nicklockwood/SwiftFormat "0.48.11"
45+
build_from_gh swiftformat https://github.com/nicklockwood/SwiftFormat "0.49.4"
4646
else
4747
echo Missing/unknown install option: "$1"
4848
fi

0 commit comments

Comments
 (0)