From 40f977311315e1d8ed2398eda064a9d9325b71a1 Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Mon, 11 Mar 2024 09:19:25 +0100 Subject: [PATCH] [KMP]: Fix KMP CI --- samples/kmp/shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/kmp/shared/build.gradle.kts b/samples/kmp/shared/build.gradle.kts index b959e327fc5..89fb86c4634 100644 --- a/samples/kmp/shared/build.gradle.kts +++ b/samples/kmp/shared/build.gradle.kts @@ -45,7 +45,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("com.trustwallet:wallet-core-kotlin:4.0.26") + implementation("com.trustwallet:wallet-core-kotlin:4.0.27") } } val commonTest by getting {