From 711cf2eedd2b135b706b2a7ab2d0a32e47c66105 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:10:48 +0000 Subject: [PATCH] Update plugin spotless to v8.9.0 --- 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 f604803..37942ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,6 +22,6 @@ robolectric = "org.robolectric:robolectric:4.16.1" [plugins] buildconfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.10" } -spotless = { id = "com.diffplug.spotless", version = "8.8.0" } +spotless = { id = "com.diffplug.spotless", version = "8.9.0" } dokka = { id = "org.jetbrains.dokka", version = "2.2.0" } burst-kotlin = { id = "app.cash.burst.kotlin" }