Skip to content

Commit

Permalink
Merge pull request #312 from jamesward/dependabot/gradle/kotlin-split…
Browse files Browse the repository at this point in the history
…ties/io.ktor-ktor-client-core-2.3.11

Bump io.ktor:ktor-client-core from 2.3.10 to 2.3.11 in /kotlin-splitties
  • Loading branch information
jamesward authored May 13, 2024
2 parents bed5d35 + 5cacaa9 commit 7ca23d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-splitties/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ application {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("io.ktor:ktor-client-core:2.3.10")
implementation("io.ktor:ktor-client-core:2.3.11")
implementation("io.ktor:ktor-client-java:2.3.10")
implementation("com.louiscad.splitties:splitties-coroutines:3.0.0")
runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
Expand Down

0 comments on commit 7ca23d1

Please sign in to comment.