From 9c17bb823fac16a00dd5af64bea0f0497678799e Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Wed, 7 Apr 2021 23:34:17 +0900 Subject: [PATCH] fix version on readme (#1333) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8733306..c442b5d 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ add the following to your build to enable the annotation processor: ``` ```kotlin -kapt("com.squareup.moshi:moshi-kotlin-codegen:1.11.0") +kapt("com.squareup.moshi:moshi-kotlin-codegen:1.12.0") ``` You must also have the `kotlin-stdlib` dependency on the classpath during compilation in order for @@ -695,7 +695,7 @@ Download [the latest JAR][dl] or depend via Maven: ``` or Gradle: ```kotlin -implementation("com.squareup.moshi:moshi:1.11.0") +implementation("com.squareup.moshi:moshi:1.12.0") ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].