From fa49b189406eeb6866f55ed1c851c3b42f236f2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:31:27 +0100 Subject: [PATCH] Update Kotlin, KSP and Compose Compiler to v0.4.1 (#730) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 ff7895458..ef45742d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ auto-service-ksp = "1.1.0" junit = "4.13.2" truth = "1.4.2" turbine = "1.1.0" -kotlin-compile-testing = "0.4.0" +kotlin-compile-testing = "0.4.1" fgp = "0.11.0" publish = "0.28.0"