From f1c87bbbe2c1131be5b59222db162e0a4260ab91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:24:27 +0000 Subject: [PATCH] Update circuit to v0.23.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 71632fb0..c7dab46f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ core-ktx = "1.13.1" coroutines = "1.8.1" # This is used in the build logic compose-multiplatform = "1.6.11" -circuit = "0.20.0" +circuit = "0.23.0" kotlin = "1.9.24" kotlin-inject = "0.7.1" kotlinpoet = "1.18.1"