Skip to content

Commit

Permalink
Merge pull request #23 from hossain-khan/renovate/com.squareup.moshi-…
Browse files Browse the repository at this point in the history
…moshi-kotlin-1.x

Update dependency com.squareup.moshi:moshi-kotlin to v1.15.1
  • Loading branch information
hossain-khan authored Mar 15, 2024
2 parents dfc6cd5 + 6ca1fec commit 6e3815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
implementation("com.squareup.okio:okio:3.9.0")
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 6e3815d

Please sign in to comment.