Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-framework-engine to v5.…
Browse files Browse the repository at this point in the history
…5.0 (#163)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2022
1 parent 2949839 commit 2750c8b
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 @@ -42,7 +42,7 @@ kotlin {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.5.0")
implementation("io.kotest:kotest-framework-engine:5.4.2")
implementation("io.kotest:kotest-framework-engine:5.5.0")
}
}
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 @@ -40,7 +40,7 @@ kotlin {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.5.0")
implementation("io.kotest:kotest-framework-engine:5.4.2")
implementation("io.kotest:kotest-framework-engine:5.5.0")
}
}
val jvmMain by getting {
Expand Down

0 comments on commit 2750c8b

Please sign in to comment.