Skip to content

Commit

Permalink
Merge pull request #499 from jamesward/dependabot/gradle/kotlin-arrow…
Browse files Browse the repository at this point in the history
…/io.ktor-ktor-client-core-3.0.1

Bump io.ktor:ktor-client-core from 3.0.0 to 3.0.1 in /kotlin-arrow
  • Loading branch information
jamesward authored Nov 6, 2024
2 parents 51207a3 + dfd8358 commit 0d55be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-arrow/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.9.0")
implementation("io.ktor:ktor-client-core:3.0.0")
implementation("io.ktor:ktor-client-core:3.0.1")
implementation("io.ktor:ktor-client-java:3.0.0")
implementation("io.arrow-kt:arrow-fx-coroutines:2.0.0-alpha.4")
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
Expand Down

0 comments on commit 0d55be8

Please sign in to comment.