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 289ed07 commit 83a7e87
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class SetupKotlinPlugin : Plugin<Project> {

"implementation"("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

"testImplementation"("io.kotest:kotest-runner-junit5:5.6.2")
"testImplementation"("io.kotest:kotest-assertions-core:5.6.2")
"testImplementation"("io.kotest:kotest-property:5.6.2")
"testImplementation"("io.kotest:kotest-runner-junit5:5.9.0")
"testImplementation"("io.kotest:kotest-assertions-core:5.9.0")
"testImplementation"("io.kotest:kotest-property:5.9.0")
}
}

Expand Down

0 comments on commit 83a7e87

Please sign in to comment.