Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v2.3.12 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent 31f95c3 commit de6f641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ dependencies {
implementation("dev.arbjerg:lavaplayer:2.2.1")

// Ktor
implementation("io.ktor:ktor-client-cio-jvm:2.3.11")
implementation("io.ktor:ktor-client-cio:2.3.11")
implementation("io.ktor:ktor-client-content-negotiation:2.3.11")
implementation("io.ktor:ktor-client-core:2.3.11")
implementation("io.ktor:ktor-client-cio-jvm:2.3.12")
implementation("io.ktor:ktor-client-cio:2.3.12")
implementation("io.ktor:ktor-client-content-negotiation:2.3.12")
implementation("io.ktor:ktor-client-core:2.3.12")

// Kotlinx
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
Expand Down

0 comments on commit de6f641

Please sign in to comment.