Skip to content

Commit

Permalink
Update Ktor Client
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 16d3481 commit d75bc8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -53,7 +53,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
}

val ktorfit = "2.0.0"
val ktor = "2.3.11"
val ktor = "2.3.12"
val compose_ui_version = "1.7.4"
dependencies {
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit")
Expand Down
2 changes: 1 addition & 1 deletion example/MultiplatformExample/person/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

version = "1.0"
val ktorVersion = "2.3.11"
val ktorVersion = "2.3.12"

kotlin {
jvmToolchain(8)
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 @@ -15,7 +15,7 @@ ktorfit {
}

version = "1.0"
val ktorVersion = "2.3.11"
val ktorVersion = "2.3.12"
val ktorfitVersion = "2.1.0"

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 @@ -20,7 +20,7 @@ ktorfitResponseConverter = "2.1.0"
ktorfitGradle = "2.1.0"

ktorfitGradlePlugin = "2.1.0"
ktorVersion = "3.0.0"
ktorVersion = "3.0.1-eap-1121"
mockk = "1.13.13"
mockito-kotlin = "4.1.0"
gradleMavenPublishPlugin = "0.28.0"
Expand Down

0 comments on commit d75bc8a

Please sign in to comment.