Skip to content

Commit

Permalink
chore(deps): update dependency io.ktor:ktor-bom to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 3ec9445 commit be78401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")

// Websocket Client
implementation(project.dependencies.platform("io.ktor:ktor-bom:2.3.12"))
implementation(project.dependencies.platform("io.ktor:ktor-bom:3.0.0"))
implementation("io.ktor:ktor-client-core")
implementation("io.ktor:ktor-client-cio")
implementation("io.ktor:ktor-client-websockets")
Expand Down
2 changes: 1 addition & 1 deletion v16/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")

// Websocket Client
implementation(project.dependencies.platform("io.ktor:ktor-bom:2.3.12"))
implementation(project.dependencies.platform("io.ktor:ktor-bom:3.0.0"))
implementation("io.ktor:ktor-client-core")
implementation("io.ktor:ktor-client-cio")
implementation("io.ktor:ktor-client-websockets")
Expand Down
2 changes: 1 addition & 1 deletion v201/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")

// Websocket Client
implementation(project.dependencies.platform("io.ktor:ktor-bom:2.3.12"))
implementation(project.dependencies.platform("io.ktor:ktor-bom:3.0.0"))
implementation("io.ktor:ktor-client-core")
implementation("io.ktor:ktor-client-cio")
implementation("io.ktor:ktor-client-websockets")
Expand Down

0 comments on commit be78401

Please sign in to comment.