Skip to content

Commit

Permalink
Update ktor monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 317c4f2 commit f6a256c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ kotlin {
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization)

implementation("io.ktor:ktor-server-core:2.3.6")
implementation("io.ktor:ktor-server-netty:2.3.6")
implementation("io.ktor:ktor-server-cors:2.3.6")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.6")
implementation("io.ktor:ktor-server-content-negotiation:2.3.6")
implementation("io.ktor:ktor-server-core:2.3.12")
implementation("io.ktor:ktor-server-netty:2.3.12")
implementation("io.ktor:ktor-server-cors:2.3.12")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.12")
implementation("io.ktor:ktor-server-content-negotiation:2.3.12")

implementation("ch.qos.logback:logback-classic:1.4.14")

Expand Down
6 changes: 3 additions & 3 deletions compose-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ kotlin {
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization)

implementation("io.ktor:ktor-client-core:3.0.0-beta-2")
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.0-beta-2")
implementation("io.ktor:ktor-client-content-negotiation:3.0.0-beta-2")
implementation("io.ktor:ktor-client-core:3.0.0-rc-1")
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.0-rc-1")
implementation("io.ktor:ktor-client-content-negotiation:3.0.0-rc-1")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ androidGradlePlugin = "8.5.2"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "3.0.0-beta-2"
ktor = "3.0.0-rc-1"
osmdroidAndroid = "6.1.18"
osmAndroidCompose = "0.0.5"
slf4j = "2.0.13"
Expand Down

0 comments on commit f6a256c

Please sign in to comment.