We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a84cbd commit cf95056Copy full SHA for cf95056
buildSrc/build.gradle.kts
@@ -50,7 +50,7 @@ repositories {
50
}
51
52
dependencies {
53
- implementation(enforcedPlatform("com.squareup.wire:wire-bom:5.2.0"))
+ implementation(enforcedPlatform("com.squareup.wire:wire-bom:5.2.1"))
54
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
55
// When updating, update above in plugins too
56
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.0")
0 commit comments