Skip to content

Commit a792468

Browse files
committed
Latest ktor
1 parent ab5530a commit a792468

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

kotest-javascript/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ repositories {
1212
}
1313

1414
kotlin {
15-
js(IR) {
15+
js {
16+
browser()
1617
nodejs()
1718
}
1819
compilerOptions {

kotest-javascript/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.1.0"
33
kotest = "6.0.0.M2"
4-
ktor = "2.3.7"
4+
ktor = "3.0.3"
55

66
[libraries]
77
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }

0 commit comments

Comments
 (0)