From a0910efb8e15113174ba955bc5afd63cd0e2c02f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:08:22 +0000 Subject: [PATCH] chore(deps): update dependency io.github.cdsap.fatbinary to v1.1.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 79554e80..c6e85ba3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.4.10" ktlint = "14.2.0" mavenPublish = "0.37.0" -fatbinary = "1.0" +fatbinary = "1.1.0" coroutines = "1.11.0" junit = "6.1.3" clikt = "5.1.0"