From e151706aa03efc3d82d5a018293d26bc804e2d21 Mon Sep 17 00:00:00 2001 From: Nils Trubkin <32000568+nils-trubkin@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:55:22 +0200 Subject: [PATCH] Update README.md dependency version 1.15.0 to 1.15.1 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40a0d42..782a711 100644 --- a/README.md +++ b/README.md @@ -1063,12 +1063,12 @@ The reflection adapter requires the following additional dependency: com.squareup.moshi moshi-kotlin - 1.15.0 + 1.15.1 ``` ```kotlin -implementation("com.squareup.moshi:moshi-kotlin:1.15.0") +implementation("com.squareup.moshi:moshi-kotlin:1.15.1") ``` Note that the reflection adapter transitively depends on the `kotlin-reflect` library which is a @@ -1103,7 +1103,7 @@ plugins { } dependencies { - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") } ``` @@ -1116,13 +1116,13 @@ dependencies { com.squareup.moshi moshi-kotlin-codegen - 1.15.0 + 1.15.1 provided ``` ```kotlin -kapt("com.squareup.moshi:moshi-kotlin-codegen:1.15.0") +kapt("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") ``` @@ -1146,12 +1146,12 @@ Download [the latest JAR][dl] or depend via Maven: com.squareup.moshi moshi - 1.15.0 + 1.15.1 ``` or Gradle: ```kotlin -implementation("com.squareup.moshi:moshi:1.15.0") +implementation("com.squareup.moshi:moshi:1.15.1") ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].