Skip to content

Commit

Permalink
Updated bazel-skylib to 1.6.1 (#375)
Browse files Browse the repository at this point in the history
Updates bazel-skylib from 1.4.1 to 1.6.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 29, 2024
1 parent 7ac0c78 commit edf4820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ kotlin_repositories()
register_toolchains("//:kotlin_toolchain")

# bazel_skylib - starlark functions
BAZEL_SKYLIB_TAG = "1.4.1"
BAZEL_SKYLIB_TAG = "1.6.1"

BAZEL_SKYLIB_SHA = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7"
BAZEL_SKYLIB_SHA = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2"

http_archive(
name = "bazel_skylib",
Expand Down

0 comments on commit edf4820

Please sign in to comment.