aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authordanysantiago <danysantiago@google.com>2020-07-09 09:59:40 -0700
committerkevinb9n <kevinb@google.com>2020-07-09 13:50:45 -0700
commitc5de4ab097b88222527c3504b50786a09b9f3d85 (patch)
treef9f1b2c8f35fed1aa0b4038fee3121318ceeef03 /WORKSPACE
parent62d1e49c74c5e61103702b23377372e61953948a (diff)
downloaddagger2-c5de4ab097b88222527c3504b50786a09b9f3d85.tar.gz
Update Dagger's Bazel Common dependency that contains the JavaPoet 1.13.0 update.
Fixes https://github.com/google/dagger/issues/1909 RELNOTES=Update Dagger's JavaPoet dependency to 1.13.0 containing fixes for Dagger & Hilt related to generating code with overriding methods without annotations. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=320417787
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 2b454c457..b7850941a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,9 +23,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "google_bazel_common",
- sha256 = "d788ba4b870b6c3bf2f6f3c0afc6cd6264694b1d5642f1cc6d891346ab7db33d",
- strip_prefix = "bazel-common-9b6fa67f5645f6eb95399ff5eace1f63d889715a",
- urls = ["https://github.com/google/bazel-common/archive/9b6fa67f5645f6eb95399ff5eace1f63d889715a.zip"],
+ sha256 = "7e5584a1527390d55c972c246471cffd4c68b4c234d288f6afb52af8619c4560",
+ strip_prefix = "bazel-common-d58641d120c2ad3d0afd77b57fbaa78f3a97d914",
+ urls = ["https://github.com/google/bazel-common/archive/d58641d120c2ad3d0afd77b57fbaa78f3a97d914.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")