From b446c95d03001aa3933ed3c2fc0622e4fdf46748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 10:31:50 +0000 Subject: [PATCH] chore(deps): update dependency swiftformat/cli to v0.55.2 --- Showcase/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Showcase/Podfile b/Showcase/Podfile index 4208b8d0d..1f1b24348 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.2' end post_install do |installer|