Skip to content

Commit

Permalink
Update ktor monorepo to v3.0.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 53bc2fe commit a747f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,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

0 comments on commit a747f76

Please sign in to comment.