Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-framework-engine to v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent da52e08 commit 7ff35b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kotlin {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.7.1")
implementation("io.kotest:kotest-framework-engine:5.7.0")
implementation("io.kotest:kotest-framework-engine:5.7.1")
}
}
val jvmMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion mutators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kotlin {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.7.1")
implementation("io.kotest:kotest-framework-engine:5.7.0")
implementation("io.kotest:kotest-framework-engine:5.7.1")
}
}
val jvmMain by getting {
Expand Down

0 comments on commit 7ff35b6

Please sign in to comment.