Skip to content

Commit

Permalink
Merge pull request #129 from dirkgroot/renovate/io.kotest-kotest-asse…
Browse files Browse the repository at this point in the history
…rtions-core-5.x

Update dependency io.kotest:kotest-assertions-core to v5.8.1
  • Loading branch information
dirkgroot authored Apr 5, 2024
2 parents bf6724a + 7331fdc commit 641a69e
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 @@ -55,7 +55,7 @@ koverReport {
sourceSets["main"].java.srcDirs("src/main/gen")

dependencies {
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.0")
}

Expand Down

0 comments on commit 641a69e

Please sign in to comment.