We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b1c07 commit 7c8cbe4Copy full SHA for 7c8cbe4
build.gradle.kts
@@ -17,8 +17,9 @@ repositories {
17
}
18
19
dependencies {
20
- testImplementation("io.kotest:kotest-runner-junit5:5.3.0")
21
- testImplementation("io.kotest:kotest-property:5.3.1")
+ val kotestVersion = "5.3.1"
+ testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
22
+ testImplementation("io.kotest:kotest-property:$kotestVersion")
23
24
25
tasks.withType<KotlinCompile> {
0 commit comments