Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update dependency bazel_gazelle to v0.19.1 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Lopez <nlopezgi@gmail.com>
  • Loading branch information
renovate-bot and nlopezgi committed Jan 20, 2020
1 parent f497d22 commit 54dde6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/k8s.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ py_library(
if "bazel_gazelle" not in excludes:
http_archive(
name = "bazel_gazelle",
sha256 = "7fc87f4170011201b1690326e8c16c5d802836e3a0d617d8f75c3af2b23180c4",
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.18.2/bazel-gazelle-0.18.2.tar.gz"],
sha256 = "86c6d481b3f7aedc1d60c1c211c6f76da282ae197c3b3160f54bd3a8f847896f",
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz"],
)
if "io_bazel_rules_docker" not in excludes:
http_archive(
Expand Down

0 comments on commit 54dde6d

Please sign in to comment.