diff --git a/build.gradle b/build.gradle index 3e0ac9c..82af9e8 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ task importMEW(type: JavaExec) { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1" implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" implementation "com.github.komputing.kethereum:erc20:${KETHEREUM_VERSION}"