Skip to content

Commit

Permalink
Update kotestVersion to v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent dc6c329 commit bcf0638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks.wrapper { distributionType = Wrapper.DistributionType.ALL }
repositories { mavenCentral() }

dependencies {
val kotestVersion = "5.5.5"
val kotestVersion = "5.6.0"
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion") {
exclude("junit")
exclude("org.junit.vintage")
Expand Down

0 comments on commit bcf0638

Please sign in to comment.