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] authored Mar 11, 2024
1 parent 289ed07 commit 91e8f78
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.8.1")
"testImplementation"("io.kotest:kotest-assertions-core:5.8.1")
"testImplementation"("io.kotest:kotest-property:5.8.1")
}
}

Expand Down

0 comments on commit 91e8f78

Please sign in to comment.