We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58fa76 commit 9d201ecCopy full SHA for 9d201ec
1 file changed
kotest/build.gradle.kts
@@ -12,7 +12,7 @@ val description by extra("Manage test files and directories neatly when testing
12
dependencies {
13
api(project(":base"))
14
// Kotest is a peer dependency
15
- compileOnly("io.kotest:kotest-framework-api:4.6.4")
+ compileOnly("io.kotest:kotest-framework-api:5.9.1")
16
17
testImplementation("io.kotest:kotest-runner-junit5:4.6.4")
18
testImplementation("ch.tutteli.atrium:atrium-fluent-en_GB:0.18.0")
0 commit comments