From 533707b6df3b287532670502ee57cf8ed375b20f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:02:48 +0000 Subject: [PATCH] Update plugin moshix to v0.25.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 1edb4087..7c1aa037 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } -moshix = { id = "dev.zacsweers.moshix", version = "0.24.3" } # Always replaced by the local plugin +moshix = { id = "dev.zacsweers.moshix", version = "0.25.0" } # Always replaced by the local plugin spotless = { id = "com.diffplug.spotless", version = "6.22.0" } [libraries]