Skip to content

Commit e4edeea

Browse files
Merge pull request #78 from sk-ai-net/dependabot/gradle/io.ktor-ktor-client-android-3.2.3
Bump io.ktor:ktor-client-android from 3.1.3 to 3.2.3
2 parents 710e068 + c98c222 commit e4edeea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

model-zoo/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ kotlin {
6767

6868
val androidMain by getting {
6969
dependencies {
70-
implementation("io.ktor:ktor-client-android:3.1.3")
70+
implementation("io.ktor:ktor-client-android:3.2.3")
7171
}
7272
}
7373

7474
val wasmJsMain by getting {
7575
dependencies {
76-
implementation("io.ktor:ktor-client-js:3.1.3")
76+
implementation("io.ktor:ktor-client-js:3.2.3")
7777
}
7878
}
7979

8080
val iosMain by creating {
8181
dependencies {
82-
implementation("io.ktor:ktor-client-darwin:3.1.3")
82+
implementation("io.ktor:ktor-client-darwin:3.2.3")
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)