Skip to content

Commit

Permalink
Merge pull request #143 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.9.0
  • Loading branch information
dirkgroot committed May 21, 2024
2 parents 1feb5f3 + 7fd24bc commit 50cd4c2
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 @@ -58,7 +58,7 @@ sourceSets["main"].java.srcDirs(
)

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

Expand Down

0 comments on commit 50cd4c2

Please sign in to comment.