Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-ios from 1.6.8 to 2.3.12
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-ios](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.12.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-ios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 013310a commit 022d6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlin {
}
val iosMain by getting {
dependencies {
implementation("io.ktor:ktor-client-ios:1.6.8")
implementation("io.ktor:ktor-client-ios:2.3.12")
}
}
val iosTest by getting
Expand Down

0 comments on commit 022d6ad

Please sign in to comment.