From 50646762cfecba352980c7f62c7f08a3f11a84d3 Mon Sep 17 00:00:00 2001 From: kmb Date: Tue, 17 Apr 2018 04:09:08 -0700 Subject: 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 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WORKSPACE') 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 " - 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. -- cgit v1.2.3