Skip to content

Commit

Permalink
Update ktor monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 6b1a881 commit 5f4c778
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.1.0"
val ktor = "3.0.1"
val ktor = "3.2.0"
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.13-eap-1138"

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 = "3.0.1"
val ktorVersion = "3.2.0"
val ktorfitVersion = "2.2.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.2.0"
ktorfitGradle = "2.2.0"

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

0 comments on commit 5f4c778

Please sign in to comment.