update 3rd party libraries

This commit is contained in:
Irmen de Jong
2023-05-18 11:47:30 +02:00
parent 91421b0c62
commit 91e1643627
12 changed files with 72 additions and 85 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ compileTestKotlin {
dependencies {
// should have no dependencies to other modules
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.16"
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.17"
}
sourceSets {