Skip to content

Commit

Permalink
Update dependency com.squareup.moshi:moshi-kotlin to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2023
1 parent f4349d3 commit 370183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation(platform(libs.junit.bom))
testImplementation(libs.jupiter)
testRuntimeOnly(libs.jupiter.platform.launcher)
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0")
}

Expand Down

0 comments on commit 370183b

Please sign in to comment.