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"