Skip to content

Commit

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

Bump io.ktor:ktor-client-java from 2.3.7 to 2.3.8 in /kotlin-arrow
  • Loading branch information
jamesward authored Feb 12, 2024
2 parents b4a9878 + 68110c6 commit 00ed0ff
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 @@ -20,7 +20,7 @@ application {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.ktor:ktor-client-core:2.3.7")
implementation("io.ktor:ktor-client-java:2.3.7")
implementation("io.ktor:ktor-client-java:2.3.8")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1")
runtimeOnly("org.slf4j:slf4j-simple:2.0.12")

Expand Down

0 comments on commit 00ed0ff

Please sign in to comment.