aboutsummaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-09-08 15:05:19 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-09-08 15:05:19 +0200
commit80fd4cb0756daf21cd1da922988d55c02dba752a (patch)
treeecf327e49a799970e63e4cac82bde074931d1e1b /WORKSPACE
parent32116da0cd985dfe2c5a252233dbebef5bdc5df3 (diff)
parent22973d13ea4eaef390a9ce00d448317808e07ced (diff)
downloadjgit-80fd4cb0756daf21cd1da922988d55c02dba752a.tar.gz
jgit-80fd4cb0756daf21cd1da922988d55c02dba752a.zip
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3: Format BUILD files with buildifier [error prone] Suppress NonAtomicVolatileUpdate in SimpleLruCache Bazel: Format BUILD files with buildifier Bazel: Add fixes for --incompatible_load_java_rules_from_bzl Bazel: Fix warning about deprecated lib.bzl Format lib/BUILD with buildifier Bazel: Add fixes for --incompatible_load_java_rules_from_bzl Bazel: Bump minimum supported version to 0.29.0 Bazel: Bump skylib library version to 0.8.0 Use bazelisk to switch between used bazel version Bazel: Require minimum bazel version 0.17.1 Fix wrong placeholder index in error message packInaccessible JGitText: Remove unused externalized strings RepoText: Remove unused externalized string CLI: Remove unused externalized strings Change-Id: Iaea77a89fcd821df5dbb24f5e3e39e6d1dfc0bd4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 63adf052a3..0e0aca88a4 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -11,7 +11,7 @@ http_archive(
load("@bazel_skylib//lib:versions.bzl", "versions")
-versions.check(minimum_bazel_version = "0.26.1")
+versions.check(minimum_bazel_version = "0.29.0")
load("//tools:bazlets.bzl", "load_bazlets")