Skip to content

Commit 7c8cbe4

Browse files
committed
⬆️ Update Kotest to 5.3.1
1 parent 28b1c07 commit 7c8cbe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation("io.kotest:kotest-runner-junit5:5.3.0")
21-
testImplementation("io.kotest:kotest-property:5.3.1")
20+
val kotestVersion = "5.3.1"
21+
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
22+
testImplementation("io.kotest:kotest-property:$kotestVersion")
2223
}
2324

2425
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)