Skip to content

Commit

Permalink
Merge pull request #281 from jamesward/dependabot/gradle/kotlin-corou…
Browse files Browse the repository at this point in the history
…tines/io.ktor-ktor-client-java-2.3.10
  • Loading branch information
jamesward authored Apr 8, 2024
2 parents 226590a + 3e01e8f commit 415a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ application {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("io.ktor:ktor-client-core:2.3.9")
implementation("io.ktor:ktor-client-java:2.3.9")
implementation("io.ktor:ktor-client-java:2.3.10")

testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
Expand Down

0 comments on commit 415a692

Please sign in to comment.