From c714c644001c284e83376f173a0e87647aa82464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:05:35 +0100 Subject: [PATCH] Update dependency nl.littlerobots.vcu:plugin to v0.8.5 (#60) 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 a218b12..a4580ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ mockk = "1.13.13" truth = "1.4.4" turbine = "1.2.0" deps-update-scanner = "0.51.0" -deps-catalog-updater = "0.8.4" +deps-catalog-updater = "0.8.5" [libraries] kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }