131: Update MoshiX r=msfjarvis a=msfjarvis

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2021-03-02 02:51:48 +00:00 committed by GitHub
commit e53471f85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,9 +69,8 @@ object Dependencies {
object Moshi {
private const val version = "1.11.0"
const val lib = "com.squareup.moshi:moshi:$version"
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.1"
const val lib = "com.squareup.moshi:moshi:1.11.0"
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.2"
}
object Retrofit {