build: update MoshiX

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-02 08:02:27 +05:30
parent f10e2b79ac
commit 4423d0f17f
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

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 {