Merge branch 'stable-2.16'

* stable-2.16:
  Fix type errors on related change results
  GerritBaseTests: Stop using CharMatcher.javaLetterOrDigit
  Require minimum Bazel version 0.19.0

Change-Id: Ifd1109c631a54193fe5602567e657262ac90028f
This commit is contained in:
David Pursehouse
2018-11-09 08:51:55 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ http_file(
load("@bazel_skylib//lib:versions.bzl", "versions")
versions.check(minimum_bazel_version = "0.17.1")
versions.check(minimum_bazel_version = "0.19.0")
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")