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 10, 2023
1 parent 1f48cb7 commit f96ca92
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 f96ca92

Please sign in to comment.