3rd party library versions upgrades

This commit is contained in:
Irmen de Jong
2023-03-26 21:27:57 +02:00
parent f67d5faeb7
commit 1fa2e2e37d
18 changed files with 104 additions and 100 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.16"
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.3.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.5.5'
}
sourceSets {