From 24f7e77e2c2690e51468f45680f9828d504b4e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 02:23:07 +0000 Subject: [PATCH] Update dependency KMPNativeCoroutinesAsync to v1.0.0-ALPHA-35 --- iosApp/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iosApp/Podfile b/iosApp/Podfile index 783fe97..b9d2ada 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-35' end \ No newline at end of file