We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df38c4d commit c5aac5fCopy full SHA for c5aac5f
server/app/build.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
dependencies {
17
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
18
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
19
- implementation(platform("io.ktor:ktor-bom:2.0.3"))
+ implementation(platform("io.ktor:ktor-bom:2.3.1"))
20
implementation("io.ktor:ktor-server-core")
21
implementation("io.ktor:ktor-server-cors")
22
implementation("io.ktor:ktor-server-content-negotiation")
0 commit comments