Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2019-09-03 11:35:47 +0000
committerDavid Pursehouse2019-09-03 11:38:05 +0000
commit66169ca759a7b4844a7ad12461b155ecf174ef16 (patch)
tree36f2586c2c6f2971ee3361b604f3e62613fa94ee
parent25e2b23a976a5229b4f8421d99d46798acbc3564 (diff)
downloadjgit-66169ca759a7b4844a7ad12461b155ecf174ef16.tar.gz
jgit-66169ca759a7b4844a7ad12461b155ecf174ef16.tar.xz
jgit-66169ca759a7b4844a7ad12461b155ecf174ef16.zip
Bazel: Update bazlets to the latest master revisionstable-4.9
The latest revision includes various fixes to allow the build to work with recent versions of Bazel. Change-Id: I72c100b99762010946d9b2784286af560bbdf185 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index afd58b2052..2e42e0b2ff 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -2,7 +2,7 @@ workspace(name = "jgit")
load("//tools:bazlets.bzl", "load_bazlets")
-load_bazlets(commit = "3afbeab55ece585dbfc7a980bf7214b24ddbbe86")
+load_bazlets(commit = "09a035e98077dce549d5f6a7472d06c4b8f792d2")
load(
"@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl",

Back to the top