Skip to content

Commit

Permalink
Update Ktor Client to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent f76b087 commit 3e2286a
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 @@ -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 = "3.2.0"
val compose_ui_version = "1.7.3"
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 = "3.2.0"

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 = "3.2.0"
val ktorfitVersion = "2.1.0"

kotlin {
Expand Down

0 comments on commit 3e2286a

Please sign in to comment.