diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 716ffde8..ab421ca8 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.25.0" } # Always replaced by the local plugin +moshix = { id = "dev.zacsweers.moshix", version = "0.25.1" } # Always replaced by the local plugin spotless = { id = "com.diffplug.spotless", version = "6.22.0" } [libraries]