Update plugin buildconfig to v6 (#1799)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-06 12:38:02 -05:00
committed by GitHub
parent 2af88056f2
commit 78b50b0881

View File

@@ -176,7 +176,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "14.0.1"} ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "14.0.1"}
# Build config # Build config
buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.1"} buildconfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.6"}
# Download # Download
download = { id = "de.undercouch.download", version = "5.6.0"} download = { id = "de.undercouch.download", version = "5.6.0"}