Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-framework-datatest to v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 450907f commit e049f59
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 @@ -25,7 +25,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation("io.mockk:mockk:1.13.7")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
testImplementation("io.kotest:kotest-framework-datatest:5.6.2")
testImplementation("io.kotest:kotest-framework-datatest:5.7.1")
testImplementation("io.kotest:kotest-runner-junit5:5.7.0")
testImplementation("io.kotest:kotest-property:5.6.2")
testImplementation("io.kotest.extensions:kotest-property-arrow:1.3.3")
Expand Down

0 comments on commit e049f59

Please sign in to comment.