update kotest library

This commit is contained in:
Irmen de Jong
2023-11-22 18:40:07 +01:00
parent ba67fd318b
commit 935450a45f
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ dependencies {
// implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.18"
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.8.0'
}
sourceSets {