Skip to content

Commit e893052

Browse files
committed
fix kotest dependencies
1 parent 215be3a commit e893052

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
testImplementation (libs.spock)
6969
testImplementation (platform(libs.kotest.bom))
7070
testImplementation (libs.kotest.runner)
71-
testImplementation (libs.kotest.datatest)
71+
testImplementation (libs.kotest.table)
7272
testImplementation (libs.mockk)
7373
testImplementation (libs.logback)
7474
testImplementation (libs.jimfs)
@@ -86,7 +86,7 @@ dependencies {
8686
testIntImplementation (libs.spock)
8787
testIntImplementation (platform(libs.kotest.bom))
8888
testIntImplementation (libs.kotest.runner)
89-
testIntImplementation (libs.kotest.datatest)
89+
testIntImplementation (libs.kotest.table)
9090
testIntImplementation (libs.mockk)
9191
testIntImplementation (libs.logback)
9292
testIntImplementation (libs.jimfs)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ logback = "ch.qos.logback:logback-classic:1.5.18"
3333

3434
kotest-bom = "io.kotest:kotest-bom:6.0.3"
3535
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
36-
kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
36+
kotest-table = { module = "io.kotest:kotest-assertions-table" }
3737
mockk = "io.mockk:mockk:1.14.5"
3838

3939
groovy-bom = "org.apache.groovy:groovy-bom:4.0.28"

0 commit comments

Comments
 (0)