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

This commit is contained in:
renovate[bot] 2024-04-24 23:28:55 +00:00 committed by GitHub
parent 0d082f62a8
commit 47650c0f52
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.4.0"
mordant = "com.github.ajalt.mordant:mordant:2.5.0"
truth = "com.google.truth:truth:1.4.2"