We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d169780 commit b3a23daCopy full SHA for b3a23da
build.gradle
@@ -52,7 +52,7 @@ task importMEW(type: JavaExec) {
52
}
53
54
dependencies {
55
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
56
implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}"
57
58
implementation "com.github.komputing.kethereum:erc20:${KETHEREUM_VERSION}"
0 commit comments