Skip to content

Commit

Permalink
Update Ktor Client to v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 25aa346 commit 0073ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
}

val ktorfit = "1.10.1"
val ktor = "2.3.4"
val ktor = "2.3.6"
val compose_ui_version = "1.5.1"
dependencies {
ksp("de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfit")
Expand Down
2 changes: 1 addition & 1 deletion example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

version = "1.0"
val ktorVersion = "2.3.4"
val ktorVersion = "2.3.6"
val ktorfitVersion = "1.10.1"

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlinPoet = "1.14.2"
kspVersion = "1.9.20-1.0.14"
ktorfit = "1.10.1"
ktorfitGradlePlugin = "1.8.1"
ktorVersion = "2.3.4"
ktorVersion = "2.3.6"
mockk = "1.13.8"
mockito-kotlin = "4.1.0"
gradleMavenPublishPlugin = "0.25.3"
Expand Down

0 comments on commit 0073ade

Please sign in to comment.