Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit b018d4f

Browse files
authored
Merge branch 'master' into renovate/io.kotest.multiplatform-5.x
2 parents b4c8462 + e608a81 commit b018d4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ kotlin {
3131
sourceSets {
3232
val jsMain by getting {
3333
dependencies {
34-
implementation("io.ktor:ktor-client-js:1.6.8")
34+
implementation("io.ktor:ktor-client-js:2.0.2")
3535
}
3636
}
3737
val jsTest by getting {
3838
dependencies {
39-
implementation("io.kotest:kotest-assertions-core:5.0.1")
40-
implementation("io.kotest:kotest-framework-engine:5.0.1")
41-
implementation("io.kotest:kotest-framework-datatest:5.0.1")
42-
implementation("io.kotest:kotest-property:5.0.1")
39+
implementation("io.kotest:kotest-assertions-core:5.3.0")
40+
implementation("io.kotest:kotest-framework-engine:5.3.0")
41+
implementation("io.kotest:kotest-framework-datatest:5.3.0")
42+
implementation("io.kotest:kotest-property:5.3.0")
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)