Skip to content

Commit

Permalink
Bump moshi-ksp from 0.13.0 to 0.14.0 (#307)
Browse files Browse the repository at this point in the history
* Bump moshi-ksp from 0.13.0 to 0.14.0

Bumps [moshi-ksp](https://github.com/ZacSweers/MoshiX) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/ZacSweers/MoshiX/releases)
- [Changelog](https://github.com/ZacSweers/MoshiX/blob/main/CHANGELOG.md)
- [Commits](ZacSweers/MoshiX@0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: dev.zacsweers.moshix:moshi-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rick Busarow <RBusarow@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 8, 2021
1 parent 7bca483 commit 2d9e9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dependabot-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ dependencies {
dependencySync("com.squareup:kotlinpoet:1.9.0")

dependencySync("dev.zacsweers.autoservice:auto-service-ksp:1.0.0")
dependencySync("dev.zacsweers.moshix:moshi-ksp:0.13.0")
dependencySync("dev.zacsweers.moshix:moshi-sealed-codegen:0.13.0")
dependencySync("dev.zacsweers.moshix:moshi-sealed-ksp:0.13.0")
dependencySync("dev.zacsweers.moshix:moshi-sealed-runtime:0.13.0")
dependencySync("dev.zacsweers.moshix:moshi-ksp:0.14.0")
dependencySync("dev.zacsweers.moshix:moshi-sealed-codegen:0.14.0")
dependencySync("dev.zacsweers.moshix:moshi-sealed-ksp:0.14.0")
dependencySync("dev.zacsweers.moshix:moshi-sealed-runtime:0.14.0")

dependencySync("gradle.plugin.dev.arunkumar:scabbard-gradle-plugin:0.5.0")

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ square-moshi = "1.12.0"
square-okhttp = "4.9.1"
square-retrofit = "2.9.0"

zacSweers-moshix = "0.13.0"
zacSweers-moshix = "0.14.0"

[plugins]

Expand Down

0 comments on commit 2d9e9dd

Please sign in to comment.