Skip to content

Commit

Permalink
Merge pull request #553 from jamesward/dependabot/gradle/kotlin-arrow…
Browse files Browse the repository at this point in the history
…/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.10.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1 in /kotlin-arrow
  • Loading branch information
jamesward authored Dec 23, 2024
2 parents a7c143a + d28388b commit 6d8c268
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 @@ -18,7 +18,7 @@ application {
}

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation("io.ktor:ktor-client-core:3.0.3")
implementation("io.ktor:ktor-client-java:3.0.2")
implementation("io.arrow-kt:arrow-fx-coroutines:2.0.0")
Expand Down

0 comments on commit 6d8c268

Please sign in to comment.