Skip to content

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-serialization-kotlinx-json …
Browse files Browse the repository at this point in the history
…to v2.3.4
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 5862e93 commit 59ce0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
jvmTarget = "1.8"
}
}
val ktor = "2.3.3"
val ktor = "2.3.4"
val compose_ui_version = "1.4.3"
dependencies {
ksp("de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfit")
Expand Down

0 comments on commit 59ce0fc

Please sign in to comment.