Skip to content

Commit

Permalink
Latest ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Feb 4, 2025
1 parent ab5530a commit a792468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kotest-javascript/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ repositories {
}

kotlin {
js(IR) {
js {
browser()
nodejs()
}
compilerOptions {
Expand Down
2 changes: 1 addition & 1 deletion kotest-javascript/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.0"
kotest = "6.0.0.M2"
ktor = "2.3.7"
ktor = "3.0.3"

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

0 comments on commit a792468

Please sign in to comment.