Skip to content

Commit

Permalink
fix(deps): update ktor client to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 2e45bd0 commit 9e14093
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.7.0"
val ktor = "2.3.4"
val ktor = "3.0.0-eap-803"
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 = "3.0.0-eap-803"
val ktorfitVersion = "1.7.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 @@ -10,7 +10,7 @@ kotlinPoet = "1.14.2"
kspVersion = "1.9.10-1.0.13"
ktorfit = "1.7.0"
ktorfit-lib = "1.7.0"
ktorVersion = "2.3.4"
ktorVersion = "3.0.0-eap-803"
gradleMavenPublishPlugin = "0.25.3"
vannikMavenPublish = "0.25.3"

Expand Down

0 comments on commit 9e14093

Please sign in to comment.