[Gradle, Test] Bump coroutines and serialization libraries version...

for MPP test. As they were way too old and no longer compatible with
MPP plugin because of the experimental publication model that were used
in earlier versions.
This commit is contained in:
Anton Lakotka
2023-01-08 10:58:33 +01:00
committed by Space Team
parent a83bdc9772
commit b730bfe51e
@@ -871,8 +871,8 @@ class HierarchicalMppIT : KGPBaseTest() {
"""
${"\n"}
dependencies {
"jvmAndJsMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
"jvmAndJsMainCompileOnly"("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1")
"jvmAndJsMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
"jvmAndJsMainCompileOnly"("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
}
""".trimIndent()
)