Skip to content

Commit

Permalink
Bazel: update to use guava 32.0.1 consistently.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brettchabot authored and jamesward committed Sep 26, 2023
1 parent b472a05 commit 43256eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# ] + IO_GRPC_GRPC_KOTLIN_ARTIFACTS + IO_GRPC_GRPC_JAVA_ARTIFACTS,
# )
IO_GRPC_GRPC_KOTLIN_ARTIFACTS = [
"com.google.guava:guava:29.0-android",
"com.google.guava:guava:32.0.1-android",
"com.squareup:kotlinpoet:1.14.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3",
Expand Down

0 comments on commit 43256eb

Please sign in to comment.