Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
fix(deps): update ktor to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2022
1 parent 61bc8da commit 9340513
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
api("io.ktor:ktor-client-core:2.0.3")
api("io.ktor:ktor-client-core:2.1.1")

api("blue.starry:jsonkt:6.2.1")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
Expand All @@ -105,12 +105,12 @@ kotlin {
implementation(kotlin("reflect"))
implementation(kotlin("test"))

implementation("io.ktor:ktor-client-apache:2.0.3")
implementation("io.ktor:ktor-client-cio:2.0.3")
implementation("io.ktor:ktor-client-java:2.0.3")
implementation("io.ktor:ktor-client-jetty:2.0.3")
implementation("io.ktor:ktor-client-okhttp:2.0.3")
implementation("io.ktor:ktor-client-mock-jvm:2.0.3")
implementation("io.ktor:ktor-client-apache:2.1.1")
implementation("io.ktor:ktor-client-cio:2.1.1")
implementation("io.ktor:ktor-client-java:2.1.1")
implementation("io.ktor:ktor-client-jetty:2.1.1")
implementation("io.ktor:ktor-client-okhttp:2.1.1")
implementation("io.ktor:ktor-client-mock-jvm:2.1.1")

implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter:5.8.2")
Expand All @@ -124,7 +124,7 @@ kotlin {

named("jsMain") {
dependencies {
api("io.ktor:ktor-client-js:2.0.3")
api("io.ktor:ktor-client-js:2.1.1")

implementation(npm("crypto-js", "4.1.1"))
}
Expand All @@ -133,7 +133,7 @@ kotlin {
dependencies {
implementation(kotlin("test-js"))

implementation("io.ktor:ktor-client-mock-js:2.0.3")
implementation("io.ktor:ktor-client-mock-js:2.1.1")
}
}
}
Expand Down

0 comments on commit 9340513

Please sign in to comment.