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

This commit is contained in:
renovate[bot] 2024-02-02 05:18:54 +00:00 committed by GitHub
parent 170f307b02
commit 37c182fc6c
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.2.0"
mordant = "com.github.ajalt.mordant:mordant:2.3.0"
truth = "com.google.truth:truth:1.3.0"