From 21118e76eb6d09b7759c98a98abc330acfefa10c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Jul 2019 17:26:20 +0300 Subject: [PATCH] Update io_bazel_rules_groovy commit hash to d3b1b86 (#961) --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 8c3b4f7a4..cb6d79b07 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -277,9 +277,9 @@ scala_register_toolchains() # For our groovy_image test. http_archive( name = "io_bazel_rules_groovy", - sha256 = "f5eceb2fb2339747c0d9e5a869d4e03f420e533de1562823109c2e93ea651638", - strip_prefix = "rules_groovy-1c39931457a04665fccecce78f953691b52187fc", - urls = ["https://github.com/bazelbuild/rules_groovy/archive/1c39931457a04665fccecce78f953691b52187fc.tar.gz"], + sha256 = "1b6b21d24e641b166ccfeeedc70c2a211796ab91853304b1d80e032914b3bf05", + strip_prefix = "rules_groovy-d3b1b862046513a50d1cde266f1443e888c92790", + urls = ["https://github.com/bazelbuild/rules_groovy/archive/d3b1b862046513a50d1cde266f1443e888c92790.tar.gz"], ) load("@io_bazel_rules_groovy//groovy:groovy.bzl", "groovy_repositories")