Update ktor from scraper

This commit is contained in:
Julien Lengrand-Lambert
2025-10-19 02:20:23 +02:00
parent 7ed2c93640
commit e776c0b0ed

View File

@@ -16,8 +16,8 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(project(":opengraphkt"))
implementation("io.ktor:ktor-client-core:3.1.3")
implementation("io.ktor:ktor-client-cio:3.1.3")
implementation("io.ktor:ktor-client-core:3.3.1")
implementation("io.ktor:ktor-client-cio:3.3.1")
}
tasks.test {