Skip to content

Commit

Permalink
Update Kotest to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent e5ee491 commit bcc6e57
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 @@ -73,10 +73,10 @@ kotlin {

commonTest {
dependencies {
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")
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")
}
}

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

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

Expand Down

0 comments on commit bcc6e57

Please sign in to comment.