Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 38dd5ad

Browse files
Update ktor monorepo to v2.3.11
1 parent 3e3f684 commit 38dd5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dependencies {
5555
implementation("net.kyori:adventure-text-minimessage:4.12.0")
5656

5757
// Add Ktor
58-
implementation("io.ktor:ktor-client-core:2.2.1")
59-
implementation("io.ktor:ktor-client-cio:2.2.1")
58+
implementation("io.ktor:ktor-client-core:2.3.11")
59+
implementation("io.ktor:ktor-client-cio:2.3.11")
6060

6161
// Use the kotlin test library
6262
testImplementation("io.kotest:kotest-assertions-core:5.5.4")

0 commit comments

Comments
 (0)