Skip to content

Commit

Permalink
Update Libs.Kotest.version to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 9002a36 commit a42f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Libs {
const val org = "io.kotest.extensions"

object Kotest {
const val version = "5.8.1"
const val version = "5.9.0"
const val api = "io.kotest:kotest-framework-api:$version"
const val property = "io.kotest:kotest-property:$version"
const val junit5 = "io.kotest:kotest-runner-junit5:$version"
Expand Down

0 comments on commit a42f013

Please sign in to comment.