Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.moshi:moshi-kotlin-codegen …
Browse files Browse the repository at this point in the history
…to v1.15.1
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent c9acbed commit 60cdcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ dependencies {
// For parsing JSON
implementation "com.squareup.moshi:moshi:1.15.1"
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
}

0 comments on commit 60cdcd5

Please sign in to comment.