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
@@ -29,7 +29,7 @@ dependencies {
implementation project(':intermediate')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
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 {