Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.moshi:moshi-kotlin to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 9ed217d commit b09e8d1
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 @@ -39,6 +39,6 @@ dependencies {

// For parsing JSON
implementation "com.squareup.moshi:moshi:1.15.1"
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
}

0 comments on commit b09e8d1

Please sign in to comment.