Skip to content

Commit 43256eb

Browse files
brettchabotjamesward
authored andcommitted
Bazel: update to use guava 32.0.1 consistently.
Previously bazel builds would produce the following warning: ' com.google.guava:guava has multiple versions 29.0-android, 32.0.1-android'. This commit updates the guava version to be consistently 32.0.1
1 parent b472a05 commit 43256eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88
# ] + IO_GRPC_GRPC_KOTLIN_ARTIFACTS + IO_GRPC_GRPC_JAVA_ARTIFACTS,
99
# )
1010
IO_GRPC_GRPC_KOTLIN_ARTIFACTS = [
11-
"com.google.guava:guava:29.0-android",
11+
"com.google.guava:guava:32.0.1-android",
1212
"com.squareup:kotlinpoet:1.14.2",
1313
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3",
1414
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3",

0 commit comments

Comments
 (0)