File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
bench/include/kotlin-native Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import org.jetbrains.kotlin.config.KotlinCompilerVersion
33import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
44
55plugins {
6- val kotlinVersion = " 1.8 .21"
6+ val kotlinVersion = " 2.0 .21"
77 kotlin(" multiplatform" ).version(kotlinVersion)
88 kotlin(" plugin.serialization" ).version(kotlinVersion)
9- id(" com.github.ben-manes.versions" ).version(" 0.46 .0" )
9+ id(" com.github.ben-manes.versions" ).version(" 0.51 .0" )
1010}
1111
1212repositories {
@@ -24,8 +24,8 @@ kotlin {
2424 implementation(libs.bignum)
2525 implementation(libs.kbignum)
2626 // implementation("com.ionspin.kotlin:bignum:0.3.1")
27- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " )
28- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0 " )
27+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 " )
28+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
2929 }
3030 }
3131 }
You can’t perform that action at this time.
0 commit comments