This repository was archived by the owner on Nov 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2929plugins {
3030 kotlin(" multiplatform" )
3131 kotlin(" plugin.serialization" )
32- id(" io.kotest" ) version " 6.0.4 "
32+ id(" io.kotest" ) version " 6.0.5 "
3333 id(" com.google.devtools.ksp" ) version " 2.3.2"
3434}
3535
@@ -89,8 +89,8 @@ kotlin {
8989
9090 commonTest {
9191 dependencies {
92- implementation(" io.kotest:kotest-assertions-core:6.0.4 " )
93- implementation(" io.kotest:kotest-framework-engine:6.0.4 " )
92+ implementation(" io.kotest:kotest-assertions-core:6.0.5 " )
93+ implementation(" io.kotest:kotest-framework-engine:6.0.5 " )
9494 // Overriding coroutines' version to solve a problem with WASM JS tests.
9595 // See https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223
9696 runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
@@ -99,7 +99,7 @@ kotlin {
9999
100100 jvmTest {
101101 dependencies {
102- implementation(" io.kotest:kotest-runner-junit5:6.0.4 " )
102+ implementation(" io.kotest:kotest-runner-junit5:6.0.5 " )
103103 }
104104 }
105105 }
You can’t perform that action at this time.
0 commit comments