Skip to content

Commit

Permalink
Update ktor monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2024
1 parent 1d228db commit bcff243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation("io.ktor:ktor-server-netty:2.3.12")
implementation("io.ktor:ktor-server-html-builder-jvm:2.3.12")
implementation("io.ktor:ktor-server-netty:3.0.0")
implementation("io.ktor:ktor-server-html-builder-jvm:3.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation("io.ktor:ktor-server-netty:2.3.12")
implementation("io.ktor:ktor-server-html-builder-jvm:2.3.12")
implementation("io.ktor:ktor-server-netty:3.0.0")
implementation("io.ktor:ktor-server-html-builder-jvm:3.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")
}
}
Expand Down

0 comments on commit bcff243

Please sign in to comment.