Skip to content

Commit

Permalink
Update Kotest to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 39510f4 commit b6c3d00
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 @@ -71,16 +71,16 @@ kotlin {

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

jvmTest {
dependencies {
implementation("io.kotest:kotest-runner-junit5:5.8.1")
implementation("io.kotest:kotest-runner-junit5:5.9.0")
}
}
}
Expand Down

0 comments on commit b6c3d00

Please sign in to comment.