From b0fb5efc10b5b416b4084513bd5324adcb97d3f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:15:42 +0000 Subject: [PATCH] chore(deps): update dependency swiftformat/cli to v0.55.3 --- Showcase/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Showcase/Podfile b/Showcase/Podfile index 4208b8d0d..5ff8f502f 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.3' end post_install do |installer|