Skip to content

Commit a06ca3a

Browse files
Bump io.ktor:ktor-client-darwin from 3.1.3 to 3.2.1
Bumps [io.ktor:ktor-client-darwin](https://github.com/ktorio/ktor) from 3.1.3 to 3.2.1. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.3...3.2.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-darwin dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd2c125 commit a06ca3a

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.1")
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.1")
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.1")
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)