Skip to content

Commit

Permalink
Merge pull request #16 from huisam/renovate/org.jetbrains.kotlinx-kot…
Browse files Browse the repository at this point in the history
…linx-coroutines-debug-1.x

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-debug to v1.8.1
  • Loading branch information
huisam authored Jul 3, 2024
2 parents 26733b7 + fbf3078 commit 875404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("io.arrow-kt:arrow-optics:1.1.5")
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.1")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
}
Expand Down

0 comments on commit 875404f

Please sign in to comment.