Skip to content

Commit

Permalink
deps(internal): update kotest to v6.0.0.m2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent f765f5e commit 622723b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ kotlin {

commonTest {
dependencies {
implementation("io.kotest:kotest-assertions-core:6.0.0.M1")
implementation("io.kotest:kotest-assertions-core:6.0.0.M2")
implementation("io.kotest:kotest-framework-api:6.0.0.M1")
implementation("io.kotest:kotest-framework-engine:6.0.0.M1")
implementation("io.kotest:kotest-framework-engine:6.0.0.M2")
// Overriding coroutines' version to solve a problem with WASM JS tests.
// See https://kotlinlang.slack.com/archives/CDFP59223/p1736191408326039?thread_ts=1734964013.996149&cid=CDFP59223
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Expand All @@ -101,7 +101,7 @@ kotlin {

jvmTest {
dependencies {
implementation("io.kotest:kotest-runner-junit5:6.0.0.M1")
implementation("io.kotest:kotest-runner-junit5:6.0.0.M2")
}
}
}
Expand Down

0 comments on commit 622723b

Please sign in to comment.