Skip to content

Commit

Permalink
Update Kotest to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 47f9e7d commit ad91a00
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,10 +71,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.7.2")
implementation("io.kotest:kotest-framework-api:5.7.2")
implementation("io.kotest:kotest-framework-engine:5.7.2")
implementation("io.kotest:kotest-framework-datatest:5.7.2")
}
}

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

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

Expand Down

0 comments on commit ad91a00

Please sign in to comment.