Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.6.1 (#295)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 68f9665 commit 6ae0ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
def okhttp = "4.12.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1"
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp"

debugImplementation "androidx.compose.ui:ui-test-manifest:$compose"
Expand Down

0 comments on commit 6ae0ee4

Please sign in to comment.