Skip to content

Commit

Permalink
build(deps): bump io.ktor:ktor-client-js from 3.0.3 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-js](https://github.com/ktorio/ktor) from 3.0.3 to 3.1.0.
- [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-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 608bd4b commit 2e8b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {

implementation("io.ktor:ktor-client-core:3.0.3")

implementation("io.ktor:ktor-client-js:3.0.3")
implementation("io.ktor:ktor-client-js:3.1.0")

implementation("io.github.petertrr:kotlin-multiplatform-diff:0.7.0")

Expand Down

0 comments on commit 2e8b774

Please sign in to comment.