Skip to content

Commit

Permalink
Merge pull request #365 from joreilly/ktor_3
Browse files Browse the repository at this point in the history
Ktor 3.0.0-beta-2
  • Loading branch information
joreilly authored Jul 17, 2024
2 parents c8615a2 + a3a8ad8 commit 8037688
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions compose-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ kotlin {
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization)

implementation("io.ktor:ktor-client-core:3.0.0-wasm1")
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.0-wasm1")
implementation("io.ktor:ktor-client-content-negotiation:3.0.0-wasm1")
implementation("io.ktor:ktor-client-core:3.0.0-beta-2")
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.0-beta-2")
implementation("io.ktor:ktor-client-content-negotiation:3.0.0-beta-2")
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ksp = "2.0.0-1.0.22"

compose-multiplatform = "1.6.11"
composeUiTooling = "1.3.1"
coroutines = "1.8.1"
kotlinxSerialization = "1.7.0"
coroutines = "1.9.0-RC"
kotlinxSerialization = "1.7.1"
androidGradlePlugin = "8.4.2"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "2.3.11"
ktor = "3.0.0-beta-2"
osmdroidAndroid = "6.1.18"
osmAndroidCompose = "0.0.5"
slf4j = "2.0.13"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}

Expand Down

0 comments on commit 8037688

Please sign in to comment.