Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v2.3.11 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yuuaHP <identity@yuua.dev>
  • Loading branch information
renovate[bot] and yuuahp authored Jun 14, 2024
1 parent b199bd3 commit 1c657e7
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("com.github.aikaterna:lavaplayer-natives:original-SNAPSHOT")

// Ktor
implementation("io.ktor:ktor-client-cio-jvm:2.2.4")
implementation("io.ktor:ktor-client-cio:2.2.4")
implementation("io.ktor:ktor-client-content-negotiation:2.3.5")
implementation("io.ktor:ktor-client-core:2.2.4")
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")

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

0 comments on commit 1c657e7

Please sign in to comment.