Skip to content

Commit

Permalink
Update kotest to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent d91d489 commit 921b91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyResolutionManagement {
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
bundle("junit", listOf("junit-api", "junit-params", "junit-engine"))

version("kotest", "5.9.0")
version("kotest", "5.9.1")
library("kotest-runner", "io.kotest", "kotest-runner-junit5").versionRef("kotest")
library("kotest-assertions", "io.kotest", "kotest-assertions-core-jvm").versionRef("kotest")
bundle("kotest", listOf("kotest-runner", "kotest-assertions"))
Expand Down

0 comments on commit 921b91d

Please sign in to comment.