Skip to content

Commit

Permalink
Update dependency bazel_skylib to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 25, 2020
1 parent 33b1e46 commit 46c16bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "bazel_skylib",
remote = "https://github.com/bazelbuild/bazel-skylib",
tag = "1.0.2",
tag = "1.0.3",
)

load("@bazel_skylib//lib:versions.bzl", "versions")
Expand Down

0 comments on commit 46c16bf

Please sign in to comment.