From dd46c5316a3749e3e2eb423b997f00b5854c18f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:39:29 +0000 Subject: [PATCH] Update dependency KMPNativeCoroutinesAsync to v1.0.0-ALPHA-33 --- iosApp/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iosApp/Podfile b/iosApp/Podfile index 783fe97..7a9f084 100644 --- a/iosApp/Podfile +++ b/iosApp/Podfile @@ -3,5 +3,5 @@ target 'iosApp' do platform :ios, '14.1' pod 'shared', :path => '../shared' pod 'KMMViewModelSwiftUI', '1.0.0-ALPHA-16' - pod 'KMPNativeCoroutinesAsync', '1.0.0-ALPHA-22' + pod 'KMPNativeCoroutinesAsync', '1.0.0-ALPHA-33' end \ No newline at end of file