Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency swiftformat/cli to v0.55.4 #373

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Showcase/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platform :ios, '15.0'

target 'Showcase' do
pod 'SwiftLint', '0.57.1'
pod 'SwiftFormat/CLI', '0.55.3'
pod 'SwiftFormat/CLI', '0.55.4'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions Showcase/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- SwiftFormat/CLI (0.55.3)
- SwiftFormat/CLI (0.55.4)
- SwiftLint (0.57.1)

DEPENDENCIES:
- SwiftFormat/CLI (= 0.55.3)
- SwiftFormat/CLI (= 0.55.4)
- SwiftLint (= 0.57.1)

SPEC REPOS:
Expand All @@ -12,9 +12,9 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
SwiftFormat: 2f3558ca02842dcd3fd970360d2d4054bd21624a
SwiftFormat: 0184d1cd809c9d9e5e3f3c15c89fe0166f372788
SwiftLint: 92196976e597b9afec5dbe374810103e6c1d9d7c

PODFILE CHECKSUM: c4ad93a479bf732e918b4e92f458ff72333a85fc
PODFILE CHECKSUM: d10a3cd82894adf0fa6ff6316e410f2826a9b867

COCOAPODS: 1.16.2
Loading