Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit b097e8e

Browse files
Update ktor monorepo to v3
1 parent f819387 commit b097e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repositories {
1919
}
2020

2121
dependencies {
22-
api("io.ktor:ktor-http:2.2.4")
22+
api("io.ktor:ktor-http:3.0.2")
2323
implementation(libs.wiremock)
2424
implementation(libs.kotest.api)
2525
testImplementation(libs.kotest.runner)
2626
testImplementation(libs.kotest.assertions)
27-
testImplementation("io.ktor:ktor-client-apache:2.2.4")
27+
testImplementation("io.ktor:ktor-client-apache:3.0.2")
2828
}
2929

3030
tasks.test {

0 commit comments

Comments
 (0)