Skip to content

Commit

Permalink
Merge pull request #50 from cmdjulian/renovate/kotest
Browse files Browse the repository at this point in the history
Update kotest to v5.6.2
  • Loading branch information
cmdjulian authored May 13, 2023
2 parents 16175ff + 81c3865 commit d48b683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

val kotest = "5.6.1"
val kotest = "5.6.2"
testImplementation("io.kotest:kotest-runner-junit5:$kotest")
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
testImplementation("io.kotest:kotest-assertions-json-jvm:$kotest")
Expand Down

0 comments on commit d48b683

Please # to comment.