File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
subprojects/tdd-in-kotlin Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,20 +103,19 @@ version.ref = "kotlinpoet"
103
103
module = " com.squareup:kotlinpoet-ksp"
104
104
version.ref = " kotlinpoet"
105
105
106
- [libraries .kotest-assertions-shared ]
107
- module = " io.kotest:kotest-assertions-shared"
108
- version.ref = " kotest"
109
-
110
- [libraries .kotest-bom ]
111
- module = " io.kotest:kotest-bom"
112
- version.ref = " kotest"
113
-
114
106
[libraries .kotest-assertions-core-jvm ]
115
107
module = " io.kotest:kotest-assertions-core-jvm"
116
108
117
109
[libraries .kotest-assertions-table-jvm ]
118
110
module = " io.kotest:kotest-assertions-table-jvm"
119
111
112
+ [libraries .kotest-bom ]
113
+ module = " io.kotest:kotest-bom"
114
+ version.ref = " kotest"
115
+
116
+ [libraries .kotest-framework-engine ]
117
+ module = " io.kotest:kotest-framework-engine"
118
+
120
119
[libraries .kotest-runner-junit5 ]
121
120
module = " io.kotest:kotest-runner-junit5"
122
121
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dependencies {
15
15
16
16
testImplementation(libs.kotest.assertions.core.jvm)
17
17
testImplementation(libs.kotest.assertions.table.jvm)
18
+ testImplementation(libs.kotest.framework.engine)
18
19
testImplementation(libs.kotest.runner.junit5)
19
20
testImplementation(libs.mockk)
20
21
You can’t perform that action at this time.
0 commit comments