Use moshi-kotlin 1.9.3

This commit is contained in:
ligi 2020-07-14 16:15:17 +02:00
parent 1ab4686b40
commit e226d05cd7
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -36,7 +36,7 @@ dependencies {
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"
implementation 'com.beust:klaxon:5.2'
implementation 'com.squareup.moshi:moshi-kotlin:1.9.2'
implementation 'com.squareup.moshi:moshi-kotlin:1.9.3'
implementation 'com.squareup.okhttp3:okhttp:4.5.0'
testImplementation "org.jetbrains.kotlin:kotlin-test"