From 9ad2fc47f2cd1a9a324b4b47560e61749fd5c042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:02:50 -0500 Subject: [PATCH] Update plugin spotless to v7.0.0 (#281) 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 c61bf11..b143cbf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.1" } dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } -spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA4" } +spotless = { id = "com.diffplug.spotless", version = "7.0.0" } [libraries] autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }