Skip to content

Commit

Permalink
Update Libs.Kotest.version to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 1d9fd9e commit 3cb3531
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 @@ -12,7 +12,7 @@ object Libs {
}

object Kotest {
private const val version = "4.4.3"
private const val version = "5.8.1"
const val api = "io.kotest:kotest-framework-api:$version"
const val engine = "io.kotest:kotest-framework-engine:$version"
const val junit5 = "io.kotest:kotest-runner-junit5-jvm:$version"
Expand Down

0 comments on commit 3cb3531

Please sign in to comment.