We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2192a0 commit eabeabeCopy full SHA for eabeabe
build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
api("ch.qos.logback:logback-classic:1.5.12")
29
30
testImplementation(kotlin("test"))
31
- testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
32
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
33
testImplementation("org.testcontainers:testcontainers:1.20.4")
34
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
0 commit comments