Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 413c8eb

Browse files
deps(internal): update kotest to v6.0.5
1 parent b3fa5e2 commit 413c8eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2929
plugins {
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
}

0 commit comments

Comments
 (0)