Skip to content

Commit

Permalink
Merge pull request #149 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.1
  • Loading branch information
dirkgroot authored Aug 2, 2024
2 parents ccafc0d + 3d16bcc commit bfc14a1
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 @@ -60,7 +60,7 @@ sourceSets["main"].java.srcDirs(
)

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

Expand Down

0 comments on commit bfc14a1

Please sign in to comment.