From dc5a598a95eda75f3b6238ec1970c1a9dfc279ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:55:52 +0000 Subject: [PATCH] chore(deps): update dependency swiftformat/cli to v0.55.1 --- Showcase/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Showcase/Podfile b/Showcase/Podfile index 4208b8d0d9..8064787768 100644 --- a/Showcase/Podfile +++ b/Showcase/Podfile @@ -17,7 +17,7 @@ platform :ios, '15.0' target 'Showcase' do pod 'SwiftLint', '0.57.0' - pod 'SwiftFormat/CLI', '0.54.6' + pod 'SwiftFormat/CLI', '0.55.1' end post_install do |installer|