fix(deps): update dependency com.github.ajalt.mordant:mordant to v2.4.0

This commit is contained in:
renovate[bot] 2024-03-16 08:55:21 +00:00 committed by GitHub
parent 9c0f35ab8c
commit 9038384337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ kotlin-compiler = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable",
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-gradlePlugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-api", version.ref = "kotlin" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
mordant = "com.github.ajalt.mordant:mordant:2.3.0"
mordant = "com.github.ajalt.mordant:mordant:2.4.0"
truth = "com.google.truth:truth:1.4.2"