Skip to content

Commit

Permalink
Use moshi 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Nov 3, 2022
1 parent 9752de1 commit 3101f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ publishing {
}

dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0")
implementation("com.squareup.moshi:moshi:1.13.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0")
implementation("com.squareup.moshi:moshi:1.14.0")
}
2 changes: 1 addition & 1 deletion processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"

implementation 'com.beust:klaxon:5.6'
implementation 'com.squareup.moshi:moshi:1.13.0'
implementation 'com.squareup.moshi:moshi:1.14.0'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'

implementation project(":model")
Expand Down

0 comments on commit 3101f17

Please sign in to comment.