Skip to content

Commit

Permalink
Update dependency com.squareup.moshi:moshi-kotlin-codegen 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 3764bbe commit 0419420
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 @@ -13,7 +13,7 @@ dependencies {
testImplementation(libs.jupiter)
testRuntimeOnly(libs.jupiter.platform.launcher)
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 0419420

Please sign in to comment.