File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ kotlin {
137137 jvmTest {
138138 dependencies {
139139 runtimeOnly(" org.junit.platform:junit-platform-launcher" )
140- implementation(dependencies.platform(" io.kotest:kotest-bom:6.0.7 " ))
140+ implementation(dependencies.platform(" io.kotest:kotest-bom:6.1.3 " ))
141141 runtimeOnly(" io.kotest:kotest-runner-junit5" )
142142 implementation(" io.kotest:kotest-framework-engine" )
143143 implementation(" io.kotest:kotest-assertions-core" )
@@ -150,7 +150,7 @@ kotlin {
150150
151151 jsTest {
152152 dependencies {
153- implementation(dependencies.platform(" io.kotest:kotest-bom:6.0.7 " ))
153+ implementation(dependencies.platform(" io.kotest:kotest-bom:6.1.3 " ))
154154 implementation(" io.kotest:kotest-framework-engine" )
155155 implementation(" io.kotest:kotest-assertions-core" )
156156
You can’t perform that action at this time.
0 commit comments