We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb5d4e commit d688fa6Copy full SHA for d688fa6
buildSrc/build.gradle.kts
@@ -33,7 +33,7 @@ repositories {
33
}
34
35
dependencies {
36
- implementation(enforcedPlatform("com.squareup.wire:wire-bom:6.1.0"))
+ implementation(enforcedPlatform("com.squareup.wire:wire-bom:6.2.0"))
37
implementation("com.google.auto.value:auto-value-annotations:1.11.1")
38
// When updating, update above in plugins too
39
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
0 commit comments