Skip to content

Commit 87fbf74

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v6.1.3
1 parent 26bdb98 commit 87fbf74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)