Prepare for release 1.13.0.

This commit is contained in:
Jesse Wilson
2021-12-08 21:56:39 -05:00
parent bc441ad7f3
commit 09a4543297
3 changed files with 46 additions and 4 deletions

View File

@@ -1061,7 +1061,7 @@ The reflection adapter requires the following additional dependency:
```
```kotlin
implementation("com.squareup.moshi:moshi-kotlin:1.12.0")
implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
```
Note that the reflection adapter transitively depends on the `kotlin-reflect` library which is a
@@ -1097,7 +1097,7 @@ add the following to your build to enable the annotation processor:
```
```kotlin
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.12.0")
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.13.0")
```
You must also have the `kotlin-stdlib` dependency on the classpath during compilation in order for
@@ -1128,7 +1128,7 @@ Download [the latest JAR][dl] or depend via Maven:
```
or Gradle:
```kotlin
implementation("com.squareup.moshi:moshi:1.12.0")
implementation("com.squareup.moshi:moshi:1.13.0")
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].