From 9bcc15686d430ab537355514c7ffe290147ef7c2 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 16 Mar 2020 05:54:56 +0100 Subject: [PATCH] Use Kotlin 1.9.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1380b2d8..38b6ab92 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" implementation 'com.beust:klaxon:5.2' - implementation 'com.squareup.moshi:moshi-kotlin:1.9.1' + implementation 'com.squareup.moshi:moshi-kotlin:1.9.2' implementation 'com.squareup.okhttp3:okhttp:4.2.2' testImplementation "org.jetbrains.kotlin:kotlin-test"