File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ brew install gitleaks
5656brew install swiftlint
5757# or `brew reinstall swiftlint` to get updates if old version installed
5858
59- # For SwiftFormat (at least 0.52.4 )
59+ # For SwiftFormat (at least 0.56.2 )
6060brew install swiftformat
6161# or `brew reinstall swiftformat` to get updates if old version installed
6262
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Changed
1010
11+ - [ Tool] Update ` SwiftFormat ` Swift Package from v0.56.2 to v0.56.4
1112- Optional accessibility identifiers for items of radio picker and checkbox picker components
1213- Update the names and the order of the divider colors (Orange-OpenSource/ouds-ios #712 )
1314- In low power mode, stop animations of loading button (Orange-OpenSource/ouds-ios #661 )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ let package = Package(
6767 // Linter for Swift code
6868 . package ( url: " https://github.com/SimplyDanny/SwiftLintPlugins " , exact: " 0.59.1 " ) ,
6969 // Formatter for Swift code
70- . package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.56.2 " ) ,
70+ . package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.56.4 " ) ,
7171 ] ,
7272
7373 // MARK: - Targets
You can’t perform that action at this time.
0 commit comments