aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar kmb <kmb@google.com>2018-04-17 04:09:08 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-17 04:10:38 -0700
commit50646762cfecba352980c7f62c7f08a3f11a84d3 (patch)
tree3a09a245e7e07c6ea79100c8ab00cb94e57c83cf /WORKSPACE
parent5c5d47dc526a31c7e564336084d5edee3a89a38b (diff)
Bump @desugar_jdk_libs dependency, which pulls in build file changes and a new class, and adjust its build accordingly.
RELNOTES: None. PiperOrigin-RevId: 193177895
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 5831252d20..1d32a275c1 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -93,10 +93,10 @@ new_local_repository(
http_archive(
name = "desugar_jdk_libs",
- url = "https://github.com/google/desugar_jdk_libs/archive/91c7bd26d3ae32be7cc548d83ce173e8f88a7b94.zip",
+ url = "https://github.com/google/desugar_jdk_libs/archive/f5e6d80c6b4ec6b0a46603f72b015d45cf3c11cd.zip",
# Computed using "shasum -a 256 <zip>"
- sha256 = "3aa43733e16e94c24c98edcf6732df43f8a6ef2bed589b412b00e3003d0c3179",
- strip_prefix = "desugar_jdk_libs-91c7bd26d3ae32be7cc548d83ce173e8f88a7b94",
+ sha256 = "c80f3f3d442d8a6ca7adc83f90ecd638c3864087fdd6787ffac070b6f1cc8f9b",
+ strip_prefix = "desugar_jdk_libs-f5e6d80c6b4ec6b0a46603f72b015d45cf3c11cd",
)
# OpenJDK distributions used to create a version of Bazel bundled with the OpenJDK.