Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Update Libs.Kotest.version to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2023
1 parent 376b68c commit d1fd959
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 @@ -5,7 +5,7 @@ object Libs {
const val dokkaVersion = "0.10.1"

object Kotest {
private const val version = "5.0.3"
private const val version = "5.6.2"
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 d1fd959

Please sign in to comment.