Skip to content

Commit

Permalink
Update Kotest to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent cbb4f94 commit 804b27a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ kotlin {

commonTest {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.6.2")
implementation("io.kotest:kotest-framework-api:5.6.2")
implementation("io.kotest:kotest-framework-engine:5.6.2")
implementation("io.kotest:kotest-framework-datatest:5.6.2")
implementation("io.kotest:kotest-assertions-core:5.8.0")
implementation("io.kotest:kotest-framework-api:5.8.0")
implementation("io.kotest:kotest-framework-engine:5.8.0")
implementation("io.kotest:kotest-framework-datatest:5.8.0")
}
}

Expand All @@ -85,7 +85,7 @@ kotlin {

named("jvmTest") {
dependencies {
implementation("io.kotest:kotest-runner-junit5:5.6.2")
implementation("io.kotest:kotest-runner-junit5:5.8.0")
}
}

Expand Down

0 comments on commit 804b27a

Please sign in to comment.