From 196963d6a4553aae26007b45d5e241d6ec7c0cd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:35:28 +0000 Subject: [PATCH] fix(deps): update dependency io.github.ssseasonnn:versioncatalog to v0.0.4 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 955fa30..371130e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -83,7 +83,7 @@ dependencyResolutionManagement { versionCatalogs { create("libs") { - from("io.github.ssseasonnn:VersionCatalog:0.0.3") + from("io.github.ssseasonnn:VersionCatalog:0.0.4") } } }