From 78b50b08813008e19d881301597c0b287c55ed12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 12:38:02 -0500 Subject: [PATCH] Update plugin buildconfig to v6 (#1799) 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 caf4023f..c378337f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -176,7 +176,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "14.0.1"} # Build config -buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.1"} +buildconfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.6"} # Download download = { id = "de.undercouch.download", version = "5.6.0"}