From 4eba13c613a21811d2e2dbc812a519f08e668519 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 17:42:17 -0400 Subject: [PATCH] Update plugin moshix to v0.26.0 (#588) --- 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 bc1a95fb..a4c260ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } lint = { id = "com.android.lint", version = "8.5.0-beta01" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } -moshix = { id = "dev.zacsweers.moshix", version = "0.25.1" } # Always replaced by the local plugin +moshix = { id = "dev.zacsweers.moshix", version = "0.26.0" } # Always replaced by the local plugin spotless = { id = "com.diffplug.spotless", version = "6.25.0" } [libraries]