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