Skip to content

Commit

Permalink
Update flogger to new bazel-common that includes diffutils dep for tr…
Browse files Browse the repository at this point in the history
…uth.

RELNOTES=n/a
PiperOrigin-RevId: 336147805
  • Loading branch information
cgdecker authored and Flogger Team committed Oct 8, 2020
1 parent 4607445 commit f055996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "google_bazel_common",
sha256 = "18f266d921db1daa2ee9837343938e37fa21e0a8b6a0e43a67eda4c30f62b812",
strip_prefix = "bazel-common-eb5c7e5d6d2c724fe410792c8be9f59130437e4a",
urls = ["https://github.com/google/bazel-common/archive/eb5c7e5d6d2c724fe410792c8be9f59130437e4a.zip"],
sha256 = "34964ee4e83958bce77b99cde38ccc80c250357f232dcca592d271a3263c54ae",
strip_prefix = "bazel-common-6db2b87d28f765f0064bc437bd489b432ec101b8",
urls = ["https://github.com/google/bazel-common/archive/6db2b87d28f765f0064bc437bd489b432ec101b8.zip"],
)

load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
Expand Down

0 comments on commit f055996

Please sign in to comment.