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.
2 parents 7273294 + 902516d commit 983156fCopy full SHA for 983156f
build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
13
14
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
15
- testImplementation("org.assertj:assertj-core:3.27.2")
+ testImplementation("org.assertj:assertj-core:3.27.3")
16
testImplementation("ch.qos.logback:logback-classic:1.5.16")
17
18
// for tapSystemOut
0 commit comments