From 64a4753579cf03a500f6cb2f4136e2021b4636c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 11:55:07 +0000 Subject: [PATCH] Update dependency io.github.composegears:tiamat to v2.2.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d5b9ce814..44e8b58ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "kto ktor-serialization-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" } leviathan = { module = "io.github.composegears:leviathan", version.ref = "leviathan" } leviathan-compose = { module = "io.github.composegears:leviathan-compose", version.ref = "leviathan" } -tiamat = "io.github.composegears:tiamat:2.1.0" +tiamat = "io.github.composegears:tiamat:2.2.0" xpp3 = "org.ogce:xpp3:1.1.6" # Support Kotlin 2.2.20 https://github.com/pdvrieze/xmlutil/releases/tag/v0.91.2 xmlutil = "io.github.pdvrieze.xmlutil:serialization:0.91.2"