new kotest library version

This commit is contained in:
Irmen de Jong
2023-10-19 21:57:06 +02:00
parent 3dc5a0e7f8
commit 13ab4166c0
8 changed files with 30 additions and 30 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.6.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}
sourceSets {