We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f605ee commit 1eb4e83Copy full SHA for 1eb4e83
.evergreen/install-tools.sh
@@ -39,10 +39,10 @@ swiftenv local $SWIFT_VERSION
39
40
if [ $1 == "swiftlint" ]
41
then
42
- build_from_gh swiftlint https://github.com/realm/SwiftLint "0.44.0"
+ build_from_gh swiftlint https://github.com/realm/SwiftLint "0.46.3"
43
elif [ $1 == "swiftformat" ]
44
45
- build_from_gh swiftformat https://github.com/nicklockwood/SwiftFormat "0.48.11"
+ build_from_gh swiftformat https://github.com/nicklockwood/SwiftFormat "0.49.4"
46
else
47
echo Missing/unknown install option: "$1"
48
fi
0 commit comments