We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7fd4b commit 4b83eb1Copy full SHA for 4b83eb1
buildSrc/build.gradle.kts
@@ -33,7 +33,7 @@ repositories {
33
}
34
35
dependencies {
36
- implementation(enforcedPlatform("com.squareup.wire:wire-bom:6.0.0"))
+ implementation(enforcedPlatform("com.squareup.wire:wire-bom:6.1.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